test/dummy/log/test.log in bot-0.0.17 vs test/dummy/log/test.log in bot-0.0.18

- old
+ new

@@ -2431,5 +2431,48 @@  (0.1ms) begin transaction ------------------- BotTest: test_truth -------------------  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  +  (0.1ms) select sqlite_version(*) +  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0') + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction +--------------------------------------- +NavigationTest: test_notify_multi_types +--------------------------------------- +Started POST "/bot/notify" for 127.0.0.1 at 2016-03-30 10:47:22 -0400 +Processing by Bot::BotController#notify as HTML + Parameters: {"messages"=>[{"body"=>"multi", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"scan-data", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +----------------------------------------- +NavigationTest: test_notify_special_types +----------------------------------------- +Started POST "/bot/notify" for 127.0.0.1 at 2016-03-30 10:47:22 -0400 +Processing by Bot::BotController#notify as HTML + Parameters: {"messages"=>[{"body"=>"Hello", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"scan-data", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +--------------------------- +NavigationTest: test_notify +--------------------------- +Started POST "/bot/notify" for 127.0.0.1 at 2016-03-30 10:47:22 -0400 +Processing by Bot::BotController#notify as HTML + Parameters: {"bot"=>ApplicationHandler} +Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) +Started POST "/bot/notify" for 127.0.0.1 at 2016-03-30 10:47:22 -0400 +Processing by Bot::BotController#notify as HTML + Parameters: {"messages"=>[{"body"=>"Hello", "readReceiptRequested"=>"true", "from"=>"bnmrrs", "timestamp"=>"1452785908454", "type"=>"text", "id"=>"2af0d873-d157-4627-b863-8be11b0dfd86"}], "bot"=>ApplicationHandler} +Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +------------------- +BotTest: test_truth +------------------- +  (0.0ms) rollback transaction