pointless_feedback 4.0.1 → 4.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -28307,3 +28307,1857 @@ PointlessFeedback::MessageTest: test_0004_requires description
28307
28307
   (0.0ms) SAVEPOINT active_record_1
28308
28308
   (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
28309
28309
   (0.0ms) rollback transaction
28310
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28311
+  (0.1ms) begin transaction
28312
+ --------------------------------------------------------------------------------------------------------------------------------------------
28313
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0001_anonymous
28314
+ --------------------------------------------------------------------------------------------------------------------------------------------
28315
+ Processing by PointlessFeedback::MessagesController#create as HTML
28316
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
28317
+  (0.1ms) SAVEPOINT active_record_1
28318
+ SQL (0.4ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:51:06.504734"], ["updated_at", "2015-08-27 17:51:06.504734"]]
28319
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28320
+ Redirected to http://test.host/
28321
+ Completed 302 Found in 23ms (ActiveRecord: 0.9ms)
28322
+  (0.7ms) rollback transaction
28323
+  (0.0ms) begin transaction
28324
+ --------------------------------------------------------------------------------------------------------------------------------------------
28325
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0002_anonymous
28326
+ --------------------------------------------------------------------------------------------------------------------------------------------
28327
+ Processing by PointlessFeedback::MessagesController#create as HTML
28328
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
28329
+  (0.1ms) SAVEPOINT active_record_1
28330
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:51:06.521670"], ["updated_at", "2015-08-27 17:51:06.521670"]]
28331
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28332
+ Redirected to http://test.host/
28333
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
28334
+  (0.4ms) rollback transaction
28335
+  (0.0ms) begin transaction
28336
+ --------------------------------------------------------------------------------------------------------------------------------------------
28337
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0003_anonymous
28338
+ --------------------------------------------------------------------------------------------------------------------------------------------
28339
+ Processing by PointlessFeedback::MessagesController#create as HTML
28340
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
28341
+  (0.0ms) SAVEPOINT active_record_1
28342
+ SQL (0.2ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:51:06.526392"], ["updated_at", "2015-08-27 17:51:06.526392"]]
28343
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28344
+ Redirected to http://test.host/
28345
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
28346
+  (0.3ms) rollback transaction
28347
+  (0.0ms) begin transaction
28348
+ ----------------------------------------------------------------------------------------------------
28349
+ PointlessFeedback::MessageTest::validating against spam: test_0001_allows descriptions with no links
28350
+ ----------------------------------------------------------------------------------------------------
28351
+  (0.0ms) rollback transaction
28352
+  (0.0ms) begin transaction
28353
+ -------------------------------------------------------------------------------------------------------------------
28354
+ PointlessFeedback::MessageTest::validating against spam: test_0002_does not allow descriptions with 3 or more links
28355
+ -------------------------------------------------------------------------------------------------------------------
28356
+  (0.0ms) rollback transaction
28357
+  (0.0ms) begin transaction
28358
+ ---------------------------------------------------------------------------
28359
+ PointlessFeedback::MessagesControllerTest::getting new: test_0001_anonymous
28360
+ ---------------------------------------------------------------------------
28361
+ Processing by PointlessFeedback::MessagesController#new as HTML
28362
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (18.3ms)
28363
+ Completed 200 OK in 153ms (Views: 152.4ms | ActiveRecord: 0.0ms)
28364
+  (0.1ms) rollback transaction
28365
+  (0.1ms) begin transaction
28366
+ ---------------------------------------------------------------------------
28367
+ PointlessFeedback::MessagesControllerTest::getting new: test_0002_anonymous
28368
+ ---------------------------------------------------------------------------
28369
+ Processing by PointlessFeedback::MessagesController#new as HTML
28370
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.9ms)
28371
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
28372
+  (0.1ms) rollback transaction
28373
+  (0.1ms) begin transaction
28374
+ ---------------------------------------------------------------------------
28375
+ PointlessFeedback::MessagesControllerTest::getting new: test_0003_anonymous
28376
+ ---------------------------------------------------------------------------
28377
+ Processing by PointlessFeedback::MessagesController#new as HTML
28378
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.3ms)
28379
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
28380
+  (0.0ms) rollback transaction
28381
+  (0.0ms) begin transaction
28382
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28383
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is true::when the honeypot field is not nil: test_0001_does not send mail after create
28384
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28385
+  (0.1ms) SAVEPOINT active_record_1
28386
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:51:06.706250"], ["updated_at", "2015-08-27 17:51:06.706250"]]
28387
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28388
+  (1.9ms) rollback transaction
28389
+  (0.1ms) begin transaction
28390
+ -----------------------------------------------------------------------
28391
+ MainAppRootUrlTest: test_0001_root_url link points to main_app.root_url
28392
+ -----------------------------------------------------------------------
28393
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:51:06 -0600
28394
+ Processing by PointlessFeedback::MessagesController#new as HTML
28395
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.0ms)
28396
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
28397
+  (0.1ms) rollback transaction
28398
+  (0.0ms) begin transaction
28399
+ ------------------------------------------------------------------------------------------------------
28400
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0001_anonymous
28401
+ ------------------------------------------------------------------------------------------------------
28402
+ Processing by PointlessFeedback::MessagesController#create as HTML
28403
+ Parameters: {"message"=>{"name"=>""}}
28404
+  (0.0ms) SAVEPOINT active_record_1
28405
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
28406
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.7ms)
28407
+ Completed 200 OK in 9ms (Views: 5.1ms | ActiveRecord: 0.1ms)
28408
+  (0.0ms) rollback transaction
28409
+  (0.0ms) begin transaction
28410
+ ------------------------------------------------------------------------------------------------------
28411
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0002_anonymous
28412
+ ------------------------------------------------------------------------------------------------------
28413
+ Processing by PointlessFeedback::MessagesController#create as HTML
28414
+ Parameters: {"message"=>{"name"=>""}}
28415
+  (0.0ms) SAVEPOINT active_record_1
28416
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
28417
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.2ms)
28418
+ Completed 200 OK in 7ms (Views: 4.3ms | ActiveRecord: 0.1ms)
28419
+  (0.0ms) rollback transaction
28420
+  (0.0ms) begin transaction
28421
+ ------------------------------------------------------------------------------------------------------
28422
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0003_anonymous
28423
+ ------------------------------------------------------------------------------------------------------
28424
+ Processing by PointlessFeedback::MessagesController#create as HTML
28425
+ Parameters: {"message"=>{"name"=>""}}
28426
+  (0.0ms) SAVEPOINT active_record_1
28427
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
28428
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.4ms)
28429
+ Completed 200 OK in 8ms (Views: 4.6ms | ActiveRecord: 0.1ms)
28430
+  (0.0ms) rollback transaction
28431
+  (0.1ms) begin transaction
28432
+ -----------------------------------------------------------------------------------------------------------------
28433
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0001_outputs named path from the main app
28434
+ -----------------------------------------------------------------------------------------------------------------
28435
+  (0.0ms) rollback transaction
28436
+  (0.0ms) begin transaction
28437
+ ----------------------------------------------------------------------------------------------------------------
28438
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0002_outputs named url from the main app
28439
+ ----------------------------------------------------------------------------------------------------------------
28440
+  (0.0ms) rollback transaction
28441
+  (0.1ms) begin transaction
28442
+ ---------------------------------------------------------------------------------------------------------------
28443
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0003_raises exception with other routes
28444
+ ---------------------------------------------------------------------------------------------------------------
28445
+  (0.0ms) rollback transaction
28446
+  (0.0ms) begin transaction
28447
+ ---------------------------------------------------------------------------------------------------------------------------------
28448
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is false: test_0001_does not send any mail
28449
+ ---------------------------------------------------------------------------------------------------------------------------------
28450
+  (0.0ms) SAVEPOINT active_record_1
28451
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:51:06.765408"], ["updated_at", "2015-08-27 17:51:06.765408"]]
28452
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28453
+  (0.4ms) rollback transaction
28454
+  (0.0ms) begin transaction
28455
+ -----------------------------------------------------------------------------------------
28456
+ PointlessFeedback::CaptchaTest::.pass?: test_0001_returns true if Google response is true
28457
+ -----------------------------------------------------------------------------------------
28458
+ ETHON: Libcurl initialized
28459
+ ETHON: performed EASY effective_url=https://www.google.com/recaptcha/api/siteverify response_code=200 return_code=ok total_time=2.054721
28460
+  (0.1ms) rollback transaction
28461
+  (0.1ms) begin transaction
28462
+ ------------------------------------------------------------------------------------------
28463
+ PointlessFeedback::CaptchaTest::.pass?: test_0002_returns false if Google response is true
28464
+ ------------------------------------------------------------------------------------------
28465
+ ETHON: performed EASY effective_url=https://www.google.com/recaptcha/api/siteverify response_code=200 return_code=ok total_time=0.072965
28466
+  (0.1ms) rollback transaction
28467
+  (0.1ms) begin transaction
28468
+ ---------------------------------------------------------------------------------
28469
+ FeedbackSubmissionTest::submitting feedback: test_0001_redirects to the root path
28470
+ ---------------------------------------------------------------------------------
28471
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:51:08 -0600
28472
+ Processing by PointlessFeedback::MessagesController#new as HTML
28473
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.8ms)
28474
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
28475
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-27 11:51:08 -0600
28476
+ Processing by PointlessFeedback::MessagesController#create as HTML
28477
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
28478
+  (0.1ms) SAVEPOINT active_record_1
28479
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "This site is awful"], ["email_address", "eli@example.com"], ["name", "Eli"], ["topic", "Other"], ["created_at", "2015-08-27 17:51:08.922388"], ["updated_at", "2015-08-27 17:51:08.922388"]]
28480
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28481
+ Redirected to http://www.example.com/
28482
+ Completed 302 Found in 11ms (ActiveRecord: 0.4ms)
28483
+ Started GET "/" for 127.0.0.1 at 2015-08-27 11:51:08 -0600
28484
+ Processing by HomeController#index as HTML
28485
+ Rendered home/index.html.erb within layouts/application (0.7ms)
28486
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
28487
+  (0.5ms) rollback transaction
28488
+  (0.1ms) begin transaction
28489
+ ----------------------------------------------------------------------------------
28490
+ FeedbackSubmissionTest::submitting feedback: test_0002_thanks message is displayed
28491
+ ----------------------------------------------------------------------------------
28492
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:51:08 -0600
28493
+ Processing by PointlessFeedback::MessagesController#new as HTML
28494
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.4ms)
28495
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
28496
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-27 11:51:08 -0600
28497
+ Processing by PointlessFeedback::MessagesController#create as HTML
28498
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
28499
+  (0.1ms) SAVEPOINT active_record_1
28500
+ SQL (0.4ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "This site is awful"], ["email_address", "eli@example.com"], ["name", "Eli"], ["topic", "Other"], ["created_at", "2015-08-27 17:51:08.957001"], ["updated_at", "2015-08-27 17:51:08.957001"]]
28501
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28502
+ Redirected to http://www.example.com/
28503
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
28504
+ Started GET "/" for 127.0.0.1 at 2015-08-27 11:51:08 -0600
28505
+ Processing by HomeController#index as HTML
28506
+ Rendered home/index.html.erb within layouts/application (0.4ms)
28507
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
28508
+  (0.5ms) rollback transaction
28509
+  (0.0ms) begin transaction
28510
+ -------------------------------------------------------------------------------
28511
+ PointlessFeedback::MessageTest::validating topics: test_0001_allows valid topic
28512
+ -------------------------------------------------------------------------------
28513
+  (0.0ms) rollback transaction
28514
+  (0.0ms) begin transaction
28515
+ -----------------------------------------------------------------------------------------
28516
+ PointlessFeedback::MessageTest::validating topics: test_0002_does not allow invalid topic
28517
+ -----------------------------------------------------------------------------------------
28518
+  (0.0ms) rollback transaction
28519
+  (0.0ms) begin transaction
28520
+ ---------------------------------------------------------------------------------------------------------------------------------
28521
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is true: test_0001_sends mail after create
28522
+ ---------------------------------------------------------------------------------------------------------------------------------
28523
+  (0.0ms) SAVEPOINT active_record_1
28524
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:51:08.970838"], ["updated_at", "2015-08-27 17:51:08.970838"]]
28525
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28526
+  (0.4ms) rollback transaction
28527
+  (0.0ms) begin transaction
28528
+ -----------------------------------------------------------------------------------------------------------------------------------------------
28529
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0001_anonymous
28530
+ -----------------------------------------------------------------------------------------------------------------------------------------------
28531
+ Processing by PointlessFeedback::MessagesController#create as HTML
28532
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
28533
+  (0.0ms) SAVEPOINT active_record_1
28534
+ SQL (0.2ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:51:08.977662"], ["updated_at", "2015-08-27 17:51:08.977662"]]
28535
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.5ms)
28536
+
28537
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 183.9ms
28538
+
28539
+ Sent mail to test1@example.com, test2@example.com (10.2ms)
28540
+ Date: Thu, 27 Aug 2015 11:51:09 -0600
28541
+ From: feedback@pointlesscorp.com
28542
+ To: test1@example.com,
28543
+ test2@example.com
28544
+ Message-ID: <55df4e0d29caa_f6db3fec0902dbc453897@Eliass-MacBook-Pro.local.mail>
28545
+ Subject: Feedback
28546
+ Mime-Version: 1.0
28547
+ Content-Type: text/html;
28548
+ charset=UTF-8
28549
+ Content-Transfer-Encoding: 7bit
28550
+
28551
+ You've got feedback!
28552
+
28553
+ <p>Name: Some Guy</p>
28554
+ <p>Email Address: some_guy@web.com</p>
28555
+ <p>Topic: Other</p>
28556
+ <p>Description: Yo website bork</p>
28557
+
28558
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28559
+ Redirected to http://test.host/dashboard
28560
+ Completed 302 Found in 199ms (ActiveRecord: 0.3ms)
28561
+  (0.4ms) rollback transaction
28562
+  (0.1ms) begin transaction
28563
+ -----------------------------------------------------------------------------------------------------------------------------------------------
28564
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0002_anonymous
28565
+ -----------------------------------------------------------------------------------------------------------------------------------------------
28566
+ Processing by PointlessFeedback::MessagesController#create as HTML
28567
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
28568
+  (0.1ms) SAVEPOINT active_record_1
28569
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:51:09.179223"], ["updated_at", "2015-08-27 17:51:09.179223"]]
28570
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
28571
+
28572
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.4ms
28573
+
28574
+ Sent mail to test1@example.com, test2@example.com (2.5ms)
28575
+ Date: Thu, 27 Aug 2015 11:51:09 -0600
28576
+ From: feedback@pointlesscorp.com
28577
+ To: test1@example.com,
28578
+ test2@example.com
28579
+ Message-ID: <55df4e0d2cc86_f6db3fec0902dbc45391b@Eliass-MacBook-Pro.local.mail>
28580
+ Subject: Feedback
28581
+ Mime-Version: 1.0
28582
+ Content-Type: text/html;
28583
+ charset=UTF-8
28584
+ Content-Transfer-Encoding: 7bit
28585
+
28586
+ You've got feedback!
28587
+
28588
+ <p>Name: Some Guy</p>
28589
+ <p>Email Address: some_guy@web.com</p>
28590
+ <p>Topic: Other</p>
28591
+ <p>Description: Yo website bork</p>
28592
+
28593
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28594
+ Redirected to http://test.host/dashboard
28595
+ Completed 302 Found in 7ms (ActiveRecord: 0.5ms)
28596
+  (0.4ms) rollback transaction
28597
+  (0.1ms) begin transaction
28598
+ -----------------------------------------------------------------------------------------------------------------------------------------------
28599
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0003_anonymous
28600
+ -----------------------------------------------------------------------------------------------------------------------------------------------
28601
+ Processing by PointlessFeedback::MessagesController#create as HTML
28602
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
28603
+  (0.0ms) SAVEPOINT active_record_1
28604
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:51:09.188885"], ["updated_at", "2015-08-27 17:51:09.188885"]]
28605
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
28606
+
28607
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
28608
+
28609
+ Sent mail to test1@example.com, test2@example.com (1.9ms)
28610
+ Date: Thu, 27 Aug 2015 11:51:09 -0600
28611
+ From: feedback@pointlesscorp.com
28612
+ To: test1@example.com,
28613
+ test2@example.com
28614
+ Message-ID: <55df4e0d2ee43_f6db3fec0902dbc4540db@Eliass-MacBook-Pro.local.mail>
28615
+ Subject: Feedback
28616
+ Mime-Version: 1.0
28617
+ Content-Type: text/html;
28618
+ charset=UTF-8
28619
+ Content-Transfer-Encoding: 7bit
28620
+
28621
+ You've got feedback!
28622
+
28623
+ <p>Name: Some Guy</p>
28624
+ <p>Email Address: some_guy@web.com</p>
28625
+ <p>Topic: Other</p>
28626
+ <p>Description: Yo website bork</p>
28627
+
28628
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28629
+ Redirected to http://test.host/dashboard
28630
+ Completed 302 Found in 5ms (ActiveRecord: 0.3ms)
28631
+  (0.4ms) rollback transaction
28632
+  (0.0ms) begin transaction
28633
+ ---------------------------------------------------------------------
28634
+ InstallGeneratorTest: test_0001_Assert all files are properly created
28635
+ ---------------------------------------------------------------------
28636
+  (0.1ms) rollback transaction
28637
+  (0.1ms) begin transaction
28638
+ --------------------------------------
28639
+ PointlessFeedbackTest: test_0001_truth
28640
+ --------------------------------------
28641
+  (0.0ms) rollback transaction
28642
+  (0.1ms) begin transaction
28643
+ ----------------------------------------------------------------------------------------
28644
+ PointlessFeedback::MessageTest::validating email: test_0001_allows a valid email address
28645
+ ----------------------------------------------------------------------------------------
28646
+  (0.0ms) rollback transaction
28647
+  (0.0ms) begin transaction
28648
+ -------------------------------------------------------------------------------------------------
28649
+ PointlessFeedback::MessageTest::validating email: test_0002_does not allow invalid emails address
28650
+ -------------------------------------------------------------------------------------------------
28651
+  (0.0ms) rollback transaction
28652
+  (0.0ms) begin transaction
28653
+ -------------------------------------------------------------------
28654
+ ViewsGeneratorTest: test_0001_Assert all views are properly created
28655
+ -------------------------------------------------------------------
28656
+  (0.1ms) rollback transaction
28657
+  (0.1ms) begin transaction
28658
+ -------------------------------------------------------
28659
+ PointlessFeedback::MessageTest: test_0001_requires name
28660
+ -------------------------------------------------------
28661
+  (0.1ms) SAVEPOINT active_record_1
28662
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
28663
+  (0.0ms) rollback transaction
28664
+  (0.0ms) begin transaction
28665
+ ----------------------------------------------------------------
28666
+ PointlessFeedback::MessageTest: test_0002_requires email_address
28667
+ ----------------------------------------------------------------
28668
+  (0.0ms) SAVEPOINT active_record_1
28669
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
28670
+  (0.1ms) rollback transaction
28671
+  (0.0ms) begin transaction
28672
+ --------------------------------------------------------
28673
+ PointlessFeedback::MessageTest: test_0003_requires topic
28674
+ --------------------------------------------------------
28675
+  (0.1ms) SAVEPOINT active_record_1
28676
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
28677
+  (0.0ms) rollback transaction
28678
+  (0.0ms) begin transaction
28679
+ --------------------------------------------------------------
28680
+ PointlessFeedback::MessageTest: test_0004_requires description
28681
+ --------------------------------------------------------------
28682
+  (0.0ms) SAVEPOINT active_record_1
28683
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
28684
+  (0.0ms) rollback transaction
28685
+  (0.1ms) begin transaction
28686
+ -------------------------------------------------------------------------------------------------------------------
28687
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0001_redirects to the root path
28688
+ -------------------------------------------------------------------------------------------------------------------
28689
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:51:09 -0600
28690
+ Processing by PointlessFeedback::MessagesController#new as HTML
28691
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.4ms)
28692
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
28693
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-27 11:51:09 -0600
28694
+ Processing by PointlessFeedback::MessagesController#create as HTML
28695
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>"I'm a spam bot!"}, "commit"=>"Submit"}
28696
+  (0.1ms) SAVEPOINT active_record_1
28697
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "This site is awful"], ["email_address", "eli@example.com"], ["name", "Eli"], ["topic", "Other"], ["created_at", "2015-08-27 17:51:09.242001"], ["updated_at", "2015-08-27 17:51:09.242001"]]
28698
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28699
+ Redirected to http://www.example.com/
28700
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
28701
+ Started GET "/" for 127.0.0.1 at 2015-08-27 11:51:09 -0600
28702
+ Processing by HomeController#index as HTML
28703
+ Rendered home/index.html.erb within layouts/application (0.3ms)
28704
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
28705
+  (0.4ms) rollback transaction
28706
+  (0.0ms) begin transaction
28707
+ --------------------------------------------------------------------------------------------------------------------
28708
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0002_thanks message is displayed
28709
+ --------------------------------------------------------------------------------------------------------------------
28710
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:51:09 -0600
28711
+ Processing by PointlessFeedback::MessagesController#new as HTML
28712
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.0ms)
28713
+ Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
28714
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-27 11:51:09 -0600
28715
+ Processing by PointlessFeedback::MessagesController#create as HTML
28716
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>"I'm a spam bot!"}, "commit"=>"Submit"}
28717
+  (0.1ms) SAVEPOINT active_record_1
28718
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "This site is awful"], ["email_address", "eli@example.com"], ["name", "Eli"], ["topic", "Other"], ["created_at", "2015-08-27 17:51:09.261681"], ["updated_at", "2015-08-27 17:51:09.261681"]]
28719
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28720
+ Redirected to http://www.example.com/
28721
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
28722
+ Started GET "/" for 127.0.0.1 at 2015-08-27 11:51:09 -0600
28723
+ Processing by HomeController#index as HTML
28724
+ Rendered home/index.html.erb within layouts/application (0.3ms)
28725
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
28726
+  (0.5ms) rollback transaction
28727
+  (0.1ms) begin transaction
28728
+ ---------------------------------------------------------------
28729
+ PointlessFeedback::FeedbackMailerTest: test_0001_feedback email
28730
+ ---------------------------------------------------------------
28731
+  (0.0ms) SAVEPOINT active_record_1
28732
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:51:09.271529"], ["updated_at", "2015-08-27 17:51:09.271529"]]
28733
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
28734
+
28735
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
28736
+
28737
+ Sent mail to to@example.com (1.8ms)
28738
+ Date: Thu, 27 Aug 2015 11:51:09 -0600
28739
+ From: feedback@pointlesscorp.com
28740
+ To: to@example.com
28741
+ Message-ID: <55df4e0d430ff_f6db3fec0902dbc454196@Eliass-MacBook-Pro.local.mail>
28742
+ Subject: Feedback
28743
+ Mime-Version: 1.0
28744
+ Content-Type: text/html;
28745
+ charset=UTF-8
28746
+ Content-Transfer-Encoding: 7bit
28747
+
28748
+ You've got feedback!
28749
+
28750
+ <p>Name: A Developer</p>
28751
+ <p>Email Address: developer@pointlesscorp.com</p>
28752
+ <p>Topic: Other</p>
28753
+ <p>Description: Site is broke</p>
28754
+
28755
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28756
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
28757
+
28758
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 0.9ms
28759
+  (0.5ms) rollback transaction
28760
+  (0.1ms) begin transaction
28761
+ --------------------------------------------------------------------
28762
+ PointlessFeedback::FeedbackMailerTest: test_0002_feedback email body
28763
+ --------------------------------------------------------------------
28764
+  (0.1ms) SAVEPOINT active_record_1
28765
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:51:09.280758"], ["updated_at", "2015-08-27 17:51:09.280758"]]
28766
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
28767
+
28768
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.3ms
28769
+
28770
+ Sent mail to to@example.com (2.3ms)
28771
+ Date: Thu, 27 Aug 2015 11:51:09 -0600
28772
+ From: feedback@pointlesscorp.com
28773
+ To: to@example.com
28774
+ Message-ID: <55df4e0d45762_f6db3fec0902dbc45425e@Eliass-MacBook-Pro.local.mail>
28775
+ Subject: Feedback
28776
+ Mime-Version: 1.0
28777
+ Content-Type: text/html;
28778
+ charset=UTF-8
28779
+ Content-Transfer-Encoding: 7bit
28780
+
28781
+ You've got feedback!
28782
+
28783
+ <p>Name: A Developer</p>
28784
+ <p>Email Address: developer@pointlesscorp.com</p>
28785
+ <p>Topic: Other</p>
28786
+ <p>Description: Site is broke</p>
28787
+
28788
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28789
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
28790
+
28791
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
28792
+  (0.4ms) rollback transaction
28793
+  (0.1ms) begin transaction
28794
+ -----------------------------------------------------------------------------
28795
+ PointlessFeedback::FeedbackMailerTest: test_0003_feedback from email when set
28796
+ -----------------------------------------------------------------------------
28797
+  (0.0ms) SAVEPOINT active_record_1
28798
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:51:09.289927"], ["updated_at", "2015-08-27 17:51:09.289927"]]
28799
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
28800
+
28801
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
28802
+
28803
+ Sent mail to to@example.com (1.8ms)
28804
+ Date: Thu, 27 Aug 2015 11:51:09 -0600
28805
+ From: feedback@pointlesscorp.com
28806
+ To: to@example.com
28807
+ Message-ID: <55df4e0d47869_f6db3fec0902dbc454314@Eliass-MacBook-Pro.local.mail>
28808
+ Subject: Feedback
28809
+ Mime-Version: 1.0
28810
+ Content-Type: text/html;
28811
+ charset=UTF-8
28812
+ Content-Transfer-Encoding: 7bit
28813
+
28814
+ You've got feedback!
28815
+
28816
+ <p>Name: A Developer</p>
28817
+ <p>Email Address: developer@pointlesscorp.com</p>
28818
+ <p>Topic: Other</p>
28819
+ <p>Description: Site is broke</p>
28820
+
28821
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28822
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
28823
+
28824
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 0.9ms
28825
+  (0.4ms) rollback transaction
28826
+  (0.1ms) begin transaction
28827
+ -------------------------------------------------------------------------------------------
28828
+ PointlessFeedback::FeedbackMailerTest: test_0004_feedback from email when set as the sender
28829
+ -------------------------------------------------------------------------------------------
28830
+  (0.0ms) SAVEPOINT active_record_1
28831
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:51:09.297607"], ["updated_at", "2015-08-27 17:51:09.297607"]]
28832
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
28833
+
28834
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.2ms
28835
+
28836
+ Sent mail to to@example.com (1.8ms)
28837
+ Date: Thu, 27 Aug 2015 11:51:09 -0600
28838
+ From: from@example.com
28839
+ To: to@example.com
28840
+ Message-ID: <55df4e0d49721_f6db3fec0902dbc4544e6@Eliass-MacBook-Pro.local.mail>
28841
+ Subject: Feedback
28842
+ Mime-Version: 1.0
28843
+ Content-Type: text/html;
28844
+ charset=UTF-8
28845
+ Content-Transfer-Encoding: 7bit
28846
+
28847
+ You've got feedback!
28848
+
28849
+ <p>Name: A Developer</p>
28850
+ <p>Email Address: developer@pointlesscorp.com</p>
28851
+ <p>Topic: Other</p>
28852
+ <p>Description: Site is broke</p>
28853
+
28854
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28855
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
28856
+
28857
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 0.9ms
28858
+  (0.4ms) rollback transaction
28859
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28860
+  (0.1ms) begin transaction
28861
+ ---------------------------------------------------------------
28862
+ PointlessFeedback::FeedbackMailerTest: test_0001_feedback email
28863
+ ---------------------------------------------------------------
28864
+  (0.0ms) SAVEPOINT active_record_1
28865
+ SQL (0.4ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:52:44.055771"], ["updated_at", "2015-08-27 17:52:44.055771"]]
28866
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28867
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (1.1ms)
28868
+
28869
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 13.9ms
28870
+  (2.4ms) rollback transaction
28871
+  (0.1ms) begin transaction
28872
+ --------------------------------------------------------------------
28873
+ PointlessFeedback::FeedbackMailerTest: test_0002_feedback email body
28874
+ --------------------------------------------------------------------
28875
+  (0.0ms) SAVEPOINT active_record_1
28876
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:52:44.085234"], ["updated_at", "2015-08-27 17:52:44.085234"]]
28877
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28878
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
28879
+
28880
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
28881
+  (0.4ms) rollback transaction
28882
+  (0.1ms) begin transaction
28883
+ -----------------------------------------------------------------------------
28884
+ PointlessFeedback::FeedbackMailerTest: test_0003_feedback from email when set
28885
+ -----------------------------------------------------------------------------
28886
+  (0.0ms) SAVEPOINT active_record_1
28887
+ SQL (0.2ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:52:44.089538"], ["updated_at", "2015-08-27 17:52:44.089538"]]
28888
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28889
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.0ms)
28890
+
28891
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 0.8ms
28892
+  (0.4ms) rollback transaction
28893
+  (0.1ms) begin transaction
28894
+ -------------------------------------------------------------------------------------------
28895
+ PointlessFeedback::FeedbackMailerTest: test_0004_feedback from email when set as the sender
28896
+ -------------------------------------------------------------------------------------------
28897
+  (0.0ms) SAVEPOINT active_record_1
28898
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:52:44.093797"], ["updated_at", "2015-08-27 17:52:44.093797"]]
28899
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28900
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
28901
+
28902
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
28903
+  (0.4ms) rollback transaction
28904
+  (0.0ms) begin transaction
28905
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28906
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is true::when the honeypot field is not nil: test_0001_does not send mail after create
28907
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28908
+  (0.0ms) SAVEPOINT active_record_1
28909
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:52:44.099207"], ["updated_at", "2015-08-27 17:52:44.099207"]]
28910
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28911
+  (0.3ms) rollback transaction
28912
+  (0.0ms) begin transaction
28913
+ --------------------------------------
28914
+ PointlessFeedbackTest: test_0001_truth
28915
+ --------------------------------------
28916
+  (0.0ms) rollback transaction
28917
+  (0.0ms) begin transaction
28918
+ -------------------------------------------------------------------------------
28919
+ PointlessFeedback::MessageTest::validating topics: test_0001_allows valid topic
28920
+ -------------------------------------------------------------------------------
28921
+  (0.0ms) rollback transaction
28922
+  (0.0ms) begin transaction
28923
+ -----------------------------------------------------------------------------------------
28924
+ PointlessFeedback::MessageTest::validating topics: test_0002_does not allow invalid topic
28925
+ -----------------------------------------------------------------------------------------
28926
+  (0.0ms) rollback transaction
28927
+  (0.0ms) begin transaction
28928
+ ---------------------------------------------------------------------------------------------------------------------------------
28929
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is false: test_0001_does not send any mail
28930
+ ---------------------------------------------------------------------------------------------------------------------------------
28931
+  (0.0ms) SAVEPOINT active_record_1
28932
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:52:44.107155"], ["updated_at", "2015-08-27 17:52:44.107155"]]
28933
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28934
+  (0.3ms) rollback transaction
28935
+  (0.0ms) begin transaction
28936
+ --------------------------------------------------------------------------------------------------------------------------------------------
28937
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0001_anonymous
28938
+ --------------------------------------------------------------------------------------------------------------------------------------------
28939
+ Processing by PointlessFeedback::MessagesController#create as HTML
28940
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
28941
+  (0.1ms) SAVEPOINT active_record_1
28942
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:52:44.119278"], ["updated_at", "2015-08-27 17:52:44.119278"]]
28943
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28944
+ Redirected to http://test.host/
28945
+ Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
28946
+  (0.4ms) rollback transaction
28947
+  (0.0ms) begin transaction
28948
+ --------------------------------------------------------------------------------------------------------------------------------------------
28949
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0002_anonymous
28950
+ --------------------------------------------------------------------------------------------------------------------------------------------
28951
+ Processing by PointlessFeedback::MessagesController#create as HTML
28952
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
28953
+  (0.0ms) SAVEPOINT active_record_1
28954
+ SQL (0.2ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:52:44.125052"], ["updated_at", "2015-08-27 17:52:44.125052"]]
28955
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28956
+ Redirected to http://test.host/
28957
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
28958
+  (0.3ms) rollback transaction
28959
+  (0.0ms) begin transaction
28960
+ --------------------------------------------------------------------------------------------------------------------------------------------
28961
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0003_anonymous
28962
+ --------------------------------------------------------------------------------------------------------------------------------------------
28963
+ Processing by PointlessFeedback::MessagesController#create as HTML
28964
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
28965
+  (0.1ms) SAVEPOINT active_record_1
28966
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:52:44.129724"], ["updated_at", "2015-08-27 17:52:44.129724"]]
28967
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28968
+ Redirected to http://test.host/
28969
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
28970
+  (0.3ms) rollback transaction
28971
+  (0.0ms) begin transaction
28972
+ -----------------------------------------------------------------------------------------------------------------
28973
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0001_outputs named path from the main app
28974
+ -----------------------------------------------------------------------------------------------------------------
28975
+  (0.0ms) rollback transaction
28976
+  (0.0ms) begin transaction
28977
+ ----------------------------------------------------------------------------------------------------------------
28978
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0002_outputs named url from the main app
28979
+ ----------------------------------------------------------------------------------------------------------------
28980
+  (0.0ms) rollback transaction
28981
+  (0.0ms) begin transaction
28982
+ ---------------------------------------------------------------------------------------------------------------
28983
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0003_raises exception with other routes
28984
+ ---------------------------------------------------------------------------------------------------------------
28985
+  (0.0ms) rollback transaction
28986
+  (0.0ms) begin transaction
28987
+ ---------------------------------------------------------------------------
28988
+ PointlessFeedback::MessagesControllerTest::getting new: test_0001_anonymous
28989
+ ---------------------------------------------------------------------------
28990
+ Processing by PointlessFeedback::MessagesController#new as HTML
28991
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (9.9ms)
28992
+ Completed 200 OK in 114ms (Views: 114.0ms | ActiveRecord: 0.0ms)
28993
+  (0.1ms) rollback transaction
28994
+  (0.0ms) begin transaction
28995
+ ---------------------------------------------------------------------------
28996
+ PointlessFeedback::MessagesControllerTest::getting new: test_0002_anonymous
28997
+ ---------------------------------------------------------------------------
28998
+ Processing by PointlessFeedback::MessagesController#new as HTML
28999
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.7ms)
29000
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
29001
+  (0.1ms) rollback transaction
29002
+  (0.0ms) begin transaction
29003
+ ---------------------------------------------------------------------------
29004
+ PointlessFeedback::MessagesControllerTest::getting new: test_0003_anonymous
29005
+ ---------------------------------------------------------------------------
29006
+ Processing by PointlessFeedback::MessagesController#new as HTML
29007
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.4ms)
29008
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
29009
+  (0.1ms) rollback transaction
29010
+  (0.1ms) begin transaction
29011
+ -------------------------------------------------------------------
29012
+ ViewsGeneratorTest: test_0001_Assert all views are properly created
29013
+ -------------------------------------------------------------------
29014
+  (0.1ms) rollback transaction
29015
+  (0.0ms) begin transaction
29016
+ -----------------------------------------------------------------------------------------
29017
+ PointlessFeedback::CaptchaTest::.pass?: test_0001_returns true if Google response is true
29018
+ -----------------------------------------------------------------------------------------
29019
+  (0.0ms) rollback transaction
29020
+  (0.0ms) begin transaction
29021
+ ------------------------------------------------------------------------------------------
29022
+ PointlessFeedback::CaptchaTest::.pass?: test_0002_returns false if Google response is true
29023
+ ------------------------------------------------------------------------------------------
29024
+  (0.0ms) rollback transaction
29025
+  (0.0ms) begin transaction
29026
+ -----------------------------------------------------------------------------------------------------------------------------------------------
29027
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0001_anonymous
29028
+ -----------------------------------------------------------------------------------------------------------------------------------------------
29029
+ Processing by PointlessFeedback::MessagesController#create as HTML
29030
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
29031
+  (0.0ms) SAVEPOINT active_record_1
29032
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:52:44.274785"], ["updated_at", "2015-08-27 17:52:44.274785"]]
29033
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29034
+ Redirected to http://test.host/dashboard
29035
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
29036
+  (0.3ms) rollback transaction
29037
+  (0.1ms) begin transaction
29038
+ -----------------------------------------------------------------------------------------------------------------------------------------------
29039
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0002_anonymous
29040
+ -----------------------------------------------------------------------------------------------------------------------------------------------
29041
+ Processing by PointlessFeedback::MessagesController#create as HTML
29042
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
29043
+  (0.1ms) SAVEPOINT active_record_1
29044
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:52:44.280029"], ["updated_at", "2015-08-27 17:52:44.280029"]]
29045
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29046
+ Redirected to http://test.host/dashboard
29047
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
29048
+  (0.3ms) rollback transaction
29049
+  (0.1ms) begin transaction
29050
+ -----------------------------------------------------------------------------------------------------------------------------------------------
29051
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0003_anonymous
29052
+ -----------------------------------------------------------------------------------------------------------------------------------------------
29053
+ Processing by PointlessFeedback::MessagesController#create as HTML
29054
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
29055
+  (0.4ms) SAVEPOINT active_record_1
29056
+ SQL (0.4ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:52:44.284650"], ["updated_at", "2015-08-27 17:52:44.284650"]]
29057
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29058
+ Redirected to http://test.host/dashboard
29059
+ Completed 302 Found in 2ms (ActiveRecord: 0.9ms)
29060
+  (0.3ms) rollback transaction
29061
+  (0.1ms) begin transaction
29062
+ -----------------------------------------------------------------------
29063
+ MainAppRootUrlTest: test_0001_root_url link points to main_app.root_url
29064
+ -----------------------------------------------------------------------
29065
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:52:44 -0600
29066
+ Processing by PointlessFeedback::MessagesController#new as HTML
29067
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (1.9ms)
29068
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
29069
+  (0.1ms) rollback transaction
29070
+  (0.0ms) begin transaction
29071
+ ----------------------------------------------------------------------------------------------------
29072
+ PointlessFeedback::MessageTest::validating against spam: test_0001_allows descriptions with no links
29073
+ ----------------------------------------------------------------------------------------------------
29074
+  (0.0ms) rollback transaction
29075
+  (0.0ms) begin transaction
29076
+ -------------------------------------------------------------------------------------------------------------------
29077
+ PointlessFeedback::MessageTest::validating against spam: test_0002_does not allow descriptions with 3 or more links
29078
+ -------------------------------------------------------------------------------------------------------------------
29079
+  (0.0ms) rollback transaction
29080
+  (0.0ms) begin transaction
29081
+ ---------------------------------------------------------------------------------
29082
+ FeedbackSubmissionTest::submitting feedback: test_0001_redirects to the root path
29083
+ ---------------------------------------------------------------------------------
29084
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:52:44 -0600
29085
+ Processing by PointlessFeedback::MessagesController#new as HTML
29086
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.0ms)
29087
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
29088
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-27 11:52:44 -0600
29089
+ Processing by PointlessFeedback::MessagesController#create as HTML
29090
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
29091
+  (0.1ms) SAVEPOINT active_record_1
29092
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "This site is awful"], ["email_address", "eli@example.com"], ["name", "Eli"], ["topic", "Other"], ["created_at", "2015-08-27 17:52:44.315169"], ["updated_at", "2015-08-27 17:52:44.315169"]]
29093
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29094
+ Redirected to http://www.example.com/
29095
+ Completed 302 Found in 10ms (ActiveRecord: 0.4ms)
29096
+ Started GET "/" for 127.0.0.1 at 2015-08-27 11:52:44 -0600
29097
+ Processing by HomeController#index as HTML
29098
+ Rendered home/index.html.erb within layouts/application (0.7ms)
29099
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
29100
+  (0.5ms) rollback transaction
29101
+  (0.0ms) begin transaction
29102
+ ----------------------------------------------------------------------------------
29103
+ FeedbackSubmissionTest::submitting feedback: test_0002_thanks message is displayed
29104
+ ----------------------------------------------------------------------------------
29105
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:52:44 -0600
29106
+ Processing by PointlessFeedback::MessagesController#new as HTML
29107
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.0ms)
29108
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
29109
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-27 11:52:44 -0600
29110
+ Processing by PointlessFeedback::MessagesController#create as HTML
29111
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
29112
+  (0.1ms) SAVEPOINT active_record_1
29113
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "This site is awful"], ["email_address", "eli@example.com"], ["name", "Eli"], ["topic", "Other"], ["created_at", "2015-08-27 17:52:44.345111"], ["updated_at", "2015-08-27 17:52:44.345111"]]
29114
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29115
+ Redirected to http://www.example.com/
29116
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
29117
+ Started GET "/" for 127.0.0.1 at 2015-08-27 11:52:44 -0600
29118
+ Processing by HomeController#index as HTML
29119
+ Rendered home/index.html.erb within layouts/application (0.2ms)
29120
+ Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
29121
+  (0.5ms) rollback transaction
29122
+  (0.0ms) begin transaction
29123
+ -------------------------------------------------------
29124
+ PointlessFeedback::MessageTest: test_0001_requires name
29125
+ -------------------------------------------------------
29126
+  (0.0ms) SAVEPOINT active_record_1
29127
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
29128
+  (0.0ms) rollback transaction
29129
+  (0.1ms) begin transaction
29130
+ ----------------------------------------------------------------
29131
+ PointlessFeedback::MessageTest: test_0002_requires email_address
29132
+ ----------------------------------------------------------------
29133
+  (0.0ms) SAVEPOINT active_record_1
29134
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
29135
+  (0.0ms) rollback transaction
29136
+  (0.0ms) begin transaction
29137
+ --------------------------------------------------------
29138
+ PointlessFeedback::MessageTest: test_0003_requires topic
29139
+ --------------------------------------------------------
29140
+  (0.0ms) SAVEPOINT active_record_1
29141
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
29142
+  (0.0ms) rollback transaction
29143
+  (0.1ms) begin transaction
29144
+ --------------------------------------------------------------
29145
+ PointlessFeedback::MessageTest: test_0004_requires description
29146
+ --------------------------------------------------------------
29147
+  (0.0ms) SAVEPOINT active_record_1
29148
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
29149
+  (0.0ms) rollback transaction
29150
+  (0.0ms) begin transaction
29151
+ ----------------------------------------------------------------------------------------
29152
+ PointlessFeedback::MessageTest::validating email: test_0001_allows a valid email address
29153
+ ----------------------------------------------------------------------------------------
29154
+  (0.0ms) rollback transaction
29155
+  (0.0ms) begin transaction
29156
+ -------------------------------------------------------------------------------------------------
29157
+ PointlessFeedback::MessageTest::validating email: test_0002_does not allow invalid emails address
29158
+ -------------------------------------------------------------------------------------------------
29159
+  (0.0ms) rollback transaction
29160
+  (0.0ms) begin transaction
29161
+ ------------------------------------------------------------------------------------------------------
29162
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0001_anonymous
29163
+ ------------------------------------------------------------------------------------------------------
29164
+ Processing by PointlessFeedback::MessagesController#create as HTML
29165
+ Parameters: {"message"=>{"name"=>""}}
29166
+  (0.0ms) SAVEPOINT active_record_1
29167
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
29168
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.3ms)
29169
+ Completed 200 OK in 7ms (Views: 4.5ms | ActiveRecord: 0.1ms)
29170
+  (0.1ms) rollback transaction
29171
+  (0.0ms) begin transaction
29172
+ ------------------------------------------------------------------------------------------------------
29173
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0002_anonymous
29174
+ ------------------------------------------------------------------------------------------------------
29175
+ Processing by PointlessFeedback::MessagesController#create as HTML
29176
+ Parameters: {"message"=>{"name"=>""}}
29177
+  (0.0ms) SAVEPOINT active_record_1
29178
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
29179
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.1ms)
29180
+ Completed 200 OK in 7ms (Views: 4.3ms | ActiveRecord: 0.1ms)
29181
+  (0.0ms) rollback transaction
29182
+  (0.0ms) begin transaction
29183
+ ------------------------------------------------------------------------------------------------------
29184
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0003_anonymous
29185
+ ------------------------------------------------------------------------------------------------------
29186
+ Processing by PointlessFeedback::MessagesController#create as HTML
29187
+ Parameters: {"message"=>{"name"=>""}}
29188
+  (0.0ms) SAVEPOINT active_record_1
29189
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
29190
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.2ms)
29191
+ Completed 200 OK in 7ms (Views: 4.4ms | ActiveRecord: 0.1ms)
29192
+  (0.1ms) rollback transaction
29193
+  (0.0ms) begin transaction
29194
+ -------------------------------------------------------------------------------------------------------------------
29195
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0001_redirects to the root path
29196
+ -------------------------------------------------------------------------------------------------------------------
29197
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:52:44 -0600
29198
+ Processing by PointlessFeedback::MessagesController#new as HTML
29199
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (1.9ms)
29200
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
29201
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-27 11:52:44 -0600
29202
+ Processing by PointlessFeedback::MessagesController#create as HTML
29203
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>"I'm a spam bot!"}, "commit"=>"Submit"}
29204
+  (0.1ms) SAVEPOINT active_record_1
29205
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "This site is awful"], ["email_address", "eli@example.com"], ["name", "Eli"], ["topic", "Other"], ["created_at", "2015-08-27 17:52:44.412501"], ["updated_at", "2015-08-27 17:52:44.412501"]]
29206
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29207
+ Redirected to http://www.example.com/
29208
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
29209
+ Started GET "/" for 127.0.0.1 at 2015-08-27 11:52:44 -0600
29210
+ Processing by HomeController#index as HTML
29211
+ Rendered home/index.html.erb within layouts/application (0.2ms)
29212
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
29213
+  (0.7ms) rollback transaction
29214
+  (0.1ms) begin transaction
29215
+ --------------------------------------------------------------------------------------------------------------------
29216
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0002_thanks message is displayed
29217
+ --------------------------------------------------------------------------------------------------------------------
29218
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:52:44 -0600
29219
+ Processing by PointlessFeedback::MessagesController#new as HTML
29220
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.0ms)
29221
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
29222
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-27 11:52:44 -0600
29223
+ Processing by PointlessFeedback::MessagesController#create as HTML
29224
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>"I'm a spam bot!"}, "commit"=>"Submit"}
29225
+  (0.1ms) SAVEPOINT active_record_1
29226
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "This site is awful"], ["email_address", "eli@example.com"], ["name", "Eli"], ["topic", "Other"], ["created_at", "2015-08-27 17:52:44.431886"], ["updated_at", "2015-08-27 17:52:44.431886"]]
29227
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29228
+ Redirected to http://www.example.com/
29229
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
29230
+ Started GET "/" for 127.0.0.1 at 2015-08-27 11:52:44 -0600
29231
+ Processing by HomeController#index as HTML
29232
+ Rendered home/index.html.erb within layouts/application (0.2ms)
29233
+ Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
29234
+  (0.4ms) rollback transaction
29235
+  (0.1ms) begin transaction
29236
+ ---------------------------------------------------------------------------------------------------------------------------------
29237
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is true: test_0001_sends mail after create
29238
+ ---------------------------------------------------------------------------------------------------------------------------------
29239
+  (0.1ms) SAVEPOINT active_record_1
29240
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:52:44.441798"], ["updated_at", "2015-08-27 17:52:44.441798"]]
29241
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29242
+  (0.3ms) rollback transaction
29243
+  (0.1ms) begin transaction
29244
+ ---------------------------------------------------------------------
29245
+ InstallGeneratorTest: test_0001_Assert all files are properly created
29246
+ ---------------------------------------------------------------------
29247
+  (0.1ms) rollback transaction
29248
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
29249
+  (0.1ms) begin transaction
29250
+ ----------------------------------------------------------------------------------------
29251
+ PointlessFeedback::MessageTest::validating email: test_0001_allows a valid email address
29252
+ ----------------------------------------------------------------------------------------
29253
+  (0.1ms) rollback transaction
29254
+  (0.0ms) begin transaction
29255
+ -------------------------------------------------------------------------------------------------
29256
+ PointlessFeedback::MessageTest::validating email: test_0002_does not allow invalid emails address
29257
+ -------------------------------------------------------------------------------------------------
29258
+  (0.0ms) rollback transaction
29259
+  (0.0ms) begin transaction
29260
+ ---------------------------------------------------------------------------
29261
+ PointlessFeedback::MessagesControllerTest::getting new: test_0001_anonymous
29262
+ ---------------------------------------------------------------------------
29263
+ Processing by PointlessFeedback::MessagesController#new as HTML
29264
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (11.4ms)
29265
+ Completed 200 OK in 143ms (Views: 143.2ms | ActiveRecord: 0.0ms)
29266
+  (0.1ms) rollback transaction
29267
+  (0.1ms) begin transaction
29268
+ ---------------------------------------------------------------------------
29269
+ PointlessFeedback::MessagesControllerTest::getting new: test_0002_anonymous
29270
+ ---------------------------------------------------------------------------
29271
+ Processing by PointlessFeedback::MessagesController#new as HTML
29272
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.8ms)
29273
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
29274
+  (0.1ms) rollback transaction
29275
+  (0.0ms) begin transaction
29276
+ ---------------------------------------------------------------------------
29277
+ PointlessFeedback::MessagesControllerTest::getting new: test_0003_anonymous
29278
+ ---------------------------------------------------------------------------
29279
+ Processing by PointlessFeedback::MessagesController#new as HTML
29280
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (1.9ms)
29281
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
29282
+  (0.0ms) rollback transaction
29283
+  (0.1ms) begin transaction
29284
+ ------------------------------------------------------------------------------------------------------
29285
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0001_anonymous
29286
+ ------------------------------------------------------------------------------------------------------
29287
+ Processing by PointlessFeedback::MessagesController#create as HTML
29288
+ Parameters: {"message"=>{"name"=>""}}
29289
+  (0.0ms) SAVEPOINT active_record_1
29290
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
29291
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.3ms)
29292
+ Completed 200 OK in 8ms (Views: 4.6ms | ActiveRecord: 0.1ms)
29293
+  (0.1ms) rollback transaction
29294
+  (0.0ms) begin transaction
29295
+ ------------------------------------------------------------------------------------------------------
29296
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0002_anonymous
29297
+ ------------------------------------------------------------------------------------------------------
29298
+ Processing by PointlessFeedback::MessagesController#create as HTML
29299
+ Parameters: {"message"=>{"name"=>""}}
29300
+  (0.0ms) SAVEPOINT active_record_1
29301
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
29302
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.3ms)
29303
+ Completed 200 OK in 7ms (Views: 4.4ms | ActiveRecord: 0.1ms)
29304
+  (0.1ms) rollback transaction
29305
+  (0.0ms) begin transaction
29306
+ ------------------------------------------------------------------------------------------------------
29307
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0003_anonymous
29308
+ ------------------------------------------------------------------------------------------------------
29309
+ Processing by PointlessFeedback::MessagesController#create as HTML
29310
+ Parameters: {"message"=>{"name"=>""}}
29311
+  (0.0ms) SAVEPOINT active_record_1
29312
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
29313
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.4ms)
29314
+ Completed 200 OK in 8ms (Views: 4.8ms | ActiveRecord: 0.1ms)
29315
+  (0.1ms) rollback transaction
29316
+  (0.0ms) begin transaction
29317
+ ----------------------------------------------------------------------------------------------------
29318
+ PointlessFeedback::MessageTest::validating against spam: test_0001_allows descriptions with no links
29319
+ ----------------------------------------------------------------------------------------------------
29320
+  (0.0ms) rollback transaction
29321
+  (0.0ms) begin transaction
29322
+ -------------------------------------------------------------------------------------------------------------------
29323
+ PointlessFeedback::MessageTest::validating against spam: test_0002_does not allow descriptions with 3 or more links
29324
+ -------------------------------------------------------------------------------------------------------------------
29325
+  (0.0ms) rollback transaction
29326
+  (0.0ms) begin transaction
29327
+ ---------------------------------------------------------------
29328
+ PointlessFeedback::FeedbackMailerTest: test_0001_feedback email
29329
+ ---------------------------------------------------------------
29330
+  (0.1ms) SAVEPOINT active_record_1
29331
+ SQL (0.4ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:05.393574"], ["updated_at", "2015-08-27 17:53:05.393574"]]
29332
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29333
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.5ms)
29334
+
29335
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 6.9ms
29336
+  (2.4ms) rollback transaction
29337
+  (0.1ms) begin transaction
29338
+ --------------------------------------------------------------------
29339
+ PointlessFeedback::FeedbackMailerTest: test_0002_feedback email body
29340
+ --------------------------------------------------------------------
29341
+  (0.0ms) SAVEPOINT active_record_1
29342
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:05.415375"], ["updated_at", "2015-08-27 17:53:05.415375"]]
29343
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29344
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
29345
+
29346
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
29347
+  (0.4ms) rollback transaction
29348
+  (0.0ms) begin transaction
29349
+ -----------------------------------------------------------------------------
29350
+ PointlessFeedback::FeedbackMailerTest: test_0003_feedback from email when set
29351
+ -----------------------------------------------------------------------------
29352
+  (0.0ms) SAVEPOINT active_record_1
29353
+ SQL (0.2ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:05.420065"], ["updated_at", "2015-08-27 17:53:05.420065"]]
29354
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29355
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.0ms)
29356
+
29357
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
29358
+  (0.4ms) rollback transaction
29359
+  (0.0ms) begin transaction
29360
+ -------------------------------------------------------------------------------------------
29361
+ PointlessFeedback::FeedbackMailerTest: test_0004_feedback from email when set as the sender
29362
+ -------------------------------------------------------------------------------------------
29363
+  (0.0ms) SAVEPOINT active_record_1
29364
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:05.424783"], ["updated_at", "2015-08-27 17:53:05.424783"]]
29365
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29366
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
29367
+
29368
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
29369
+  (0.4ms) rollback transaction
29370
+  (0.0ms) begin transaction
29371
+ -------------------------------------------------------------------------------------------------------------------
29372
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0001_redirects to the root path
29373
+ -------------------------------------------------------------------------------------------------------------------
29374
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:53:05 -0600
29375
+ Processing by PointlessFeedback::MessagesController#new as HTML
29376
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (1.9ms)
29377
+ Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
29378
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-27 11:53:05 -0600
29379
+ Processing by PointlessFeedback::MessagesController#create as HTML
29380
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>"I'm a spam bot!"}, "commit"=>"Submit"}
29381
+  (0.1ms) SAVEPOINT active_record_1
29382
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "This site is awful"], ["email_address", "eli@example.com"], ["name", "Eli"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:05.445149"], ["updated_at", "2015-08-27 17:53:05.445149"]]
29383
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29384
+ Redirected to http://www.example.com/
29385
+ Completed 302 Found in 10ms (ActiveRecord: 0.4ms)
29386
+ Started GET "/" for 127.0.0.1 at 2015-08-27 11:53:05 -0600
29387
+ Processing by HomeController#index as HTML
29388
+ Rendered home/index.html.erb within layouts/application (0.9ms)
29389
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
29390
+  (0.5ms) rollback transaction
29391
+  (0.0ms) begin transaction
29392
+ --------------------------------------------------------------------------------------------------------------------
29393
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0002_thanks message is displayed
29394
+ --------------------------------------------------------------------------------------------------------------------
29395
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:53:05 -0600
29396
+ Processing by PointlessFeedback::MessagesController#new as HTML
29397
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.0ms)
29398
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
29399
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-27 11:53:05 -0600
29400
+ Processing by PointlessFeedback::MessagesController#create as HTML
29401
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>"I'm a spam bot!"}, "commit"=>"Submit"}
29402
+  (0.1ms) SAVEPOINT active_record_1
29403
+ SQL (0.4ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "This site is awful"], ["email_address", "eli@example.com"], ["name", "Eli"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:05.478813"], ["updated_at", "2015-08-27 17:53:05.478813"]]
29404
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29405
+ Redirected to http://www.example.com/
29406
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
29407
+ Started GET "/" for 127.0.0.1 at 2015-08-27 11:53:05 -0600
29408
+ Processing by HomeController#index as HTML
29409
+ Rendered home/index.html.erb within layouts/application (0.4ms)
29410
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
29411
+  (0.5ms) rollback transaction
29412
+  (0.1ms) begin transaction
29413
+ -------------------------------------------------------
29414
+ PointlessFeedback::MessageTest: test_0001_requires name
29415
+ -------------------------------------------------------
29416
+  (0.0ms) SAVEPOINT active_record_1
29417
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
29418
+  (0.0ms) rollback transaction
29419
+  (0.0ms) begin transaction
29420
+ ----------------------------------------------------------------
29421
+ PointlessFeedback::MessageTest: test_0002_requires email_address
29422
+ ----------------------------------------------------------------
29423
+  (0.0ms) SAVEPOINT active_record_1
29424
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
29425
+  (0.0ms) rollback transaction
29426
+  (0.0ms) begin transaction
29427
+ --------------------------------------------------------
29428
+ PointlessFeedback::MessageTest: test_0003_requires topic
29429
+ --------------------------------------------------------
29430
+  (0.0ms) SAVEPOINT active_record_1
29431
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
29432
+  (0.1ms) rollback transaction
29433
+  (0.0ms) begin transaction
29434
+ --------------------------------------------------------------
29435
+ PointlessFeedback::MessageTest: test_0004_requires description
29436
+ --------------------------------------------------------------
29437
+  (0.0ms) SAVEPOINT active_record_1
29438
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
29439
+  (0.0ms) rollback transaction
29440
+  (0.0ms) begin transaction
29441
+ -------------------------------------------------------------------
29442
+ ViewsGeneratorTest: test_0001_Assert all views are properly created
29443
+ -------------------------------------------------------------------
29444
+  (0.1ms) rollback transaction
29445
+  (0.1ms) begin transaction
29446
+ ---------------------------------------------------------------------
29447
+ InstallGeneratorTest: test_0001_Assert all files are properly created
29448
+ ---------------------------------------------------------------------
29449
+  (0.1ms) rollback transaction
29450
+  (0.1ms) begin transaction
29451
+ --------------------------------------
29452
+ PointlessFeedbackTest: test_0001_truth
29453
+ --------------------------------------
29454
+  (0.1ms) rollback transaction
29455
+  (0.1ms) begin transaction
29456
+ -----------------------------------------------------------------------------------------------------------------
29457
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0001_outputs named path from the main app
29458
+ -----------------------------------------------------------------------------------------------------------------
29459
+  (0.0ms) rollback transaction
29460
+  (0.0ms) begin transaction
29461
+ ----------------------------------------------------------------------------------------------------------------
29462
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0002_outputs named url from the main app
29463
+ ----------------------------------------------------------------------------------------------------------------
29464
+  (0.0ms) rollback transaction
29465
+  (0.0ms) begin transaction
29466
+ ---------------------------------------------------------------------------------------------------------------
29467
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0003_raises exception with other routes
29468
+ ---------------------------------------------------------------------------------------------------------------
29469
+  (0.0ms) rollback transaction
29470
+  (0.0ms) begin transaction
29471
+ ---------------------------------------------------------------------------------
29472
+ FeedbackSubmissionTest::submitting feedback: test_0001_redirects to the root path
29473
+ ---------------------------------------------------------------------------------
29474
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:53:05 -0600
29475
+ Processing by PointlessFeedback::MessagesController#new as HTML
29476
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.1ms)
29477
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
29478
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-27 11:53:05 -0600
29479
+ Processing by PointlessFeedback::MessagesController#create as HTML
29480
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
29481
+  (0.1ms) SAVEPOINT active_record_1
29482
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "This site is awful"], ["email_address", "eli@example.com"], ["name", "Eli"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:05.533765"], ["updated_at", "2015-08-27 17:53:05.533765"]]
29483
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29484
+ Redirected to http://www.example.com/
29485
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
29486
+ Started GET "/" for 127.0.0.1 at 2015-08-27 11:53:05 -0600
29487
+ Processing by HomeController#index as HTML
29488
+ Rendered home/index.html.erb within layouts/application (0.3ms)
29489
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
29490
+  (0.4ms) rollback transaction
29491
+  (0.0ms) begin transaction
29492
+ ----------------------------------------------------------------------------------
29493
+ FeedbackSubmissionTest::submitting feedback: test_0002_thanks message is displayed
29494
+ ----------------------------------------------------------------------------------
29495
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:53:05 -0600
29496
+ Processing by PointlessFeedback::MessagesController#new as HTML
29497
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (1.9ms)
29498
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
29499
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-27 11:53:05 -0600
29500
+ Processing by PointlessFeedback::MessagesController#create as HTML
29501
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
29502
+  (0.1ms) SAVEPOINT active_record_1
29503
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "This site is awful"], ["email_address", "eli@example.com"], ["name", "Eli"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:05.553066"], ["updated_at", "2015-08-27 17:53:05.553066"]]
29504
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29505
+ Redirected to http://www.example.com/
29506
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
29507
+ Started GET "/" for 127.0.0.1 at 2015-08-27 11:53:05 -0600
29508
+ Processing by HomeController#index as HTML
29509
+ Rendered home/index.html.erb within layouts/application (0.3ms)
29510
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
29511
+  (0.4ms) rollback transaction
29512
+  (0.1ms) begin transaction
29513
+ ---------------------------------------------------------------------------------------------------------------------------------
29514
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is false: test_0001_does not send any mail
29515
+ ---------------------------------------------------------------------------------------------------------------------------------
29516
+  (0.1ms) SAVEPOINT active_record_1
29517
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:05.562559"], ["updated_at", "2015-08-27 17:53:05.562559"]]
29518
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29519
+  (0.4ms) rollback transaction
29520
+  (0.1ms) begin transaction
29521
+ -----------------------------------------------------------------------------------------
29522
+ PointlessFeedback::CaptchaTest::.pass?: test_0001_returns true if Google response is true
29523
+ -----------------------------------------------------------------------------------------
29524
+  (0.1ms) rollback transaction
29525
+  (0.0ms) begin transaction
29526
+ ------------------------------------------------------------------------------------------
29527
+ PointlessFeedback::CaptchaTest::.pass?: test_0002_returns false if Google response is true
29528
+ ------------------------------------------------------------------------------------------
29529
+  (0.0ms) rollback transaction
29530
+  (0.0ms) begin transaction
29531
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29532
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is true::when the honeypot field is not nil: test_0001_does not send mail after create
29533
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29534
+  (0.0ms) SAVEPOINT active_record_1
29535
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:05.570592"], ["updated_at", "2015-08-27 17:53:05.570592"]]
29536
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29537
+  (0.4ms) rollback transaction
29538
+  (0.0ms) begin transaction
29539
+ -----------------------------------------------------------------------------------------------------------------------------------------------
29540
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0001_anonymous
29541
+ -----------------------------------------------------------------------------------------------------------------------------------------------
29542
+ Processing by PointlessFeedback::MessagesController#create as HTML
29543
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
29544
+  (0.1ms) SAVEPOINT active_record_1
29545
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:05.576110"], ["updated_at", "2015-08-27 17:53:05.576110"]]
29546
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
29547
+
29548
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.2ms
29549
+
29550
+ Sent mail to test1@example.com, test2@example.com (3.8ms)
29551
+ Date: Thu, 27 Aug 2015 11:53:05 -0600
29552
+ From: some_guy@web.com
29553
+ To: test1@example.com,
29554
+ test2@example.com
29555
+ Message-ID: <55df4e818daec_f6f73fc6bd02bbc4335f8@Eliass-MacBook-Pro.local.mail>
29556
+ Subject: Feedback
29557
+ Mime-Version: 1.0
29558
+ Content-Type: text/html;
29559
+ charset=UTF-8
29560
+ Content-Transfer-Encoding: 7bit
29561
+
29562
+ You've got feedback!
29563
+
29564
+ <p>Name: Some Guy</p>
29565
+ <p>Email Address: some_guy@web.com</p>
29566
+ <p>Topic: Other</p>
29567
+ <p>Description: Yo website bork</p>
29568
+
29569
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29570
+ Redirected to http://test.host/dashboard
29571
+ Completed 302 Found in 8ms (ActiveRecord: 0.4ms)
29572
+  (0.4ms) rollback transaction
29573
+  (0.1ms) begin transaction
29574
+ -----------------------------------------------------------------------------------------------------------------------------------------------
29575
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0002_anonymous
29576
+ -----------------------------------------------------------------------------------------------------------------------------------------------
29577
+ Processing by PointlessFeedback::MessagesController#create as HTML
29578
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
29579
+  (0.1ms) SAVEPOINT active_record_1
29580
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:05.586719"], ["updated_at", "2015-08-27 17:53:05.586719"]]
29581
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
29582
+
29583
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.4ms
29584
+
29585
+ Sent mail to test1@example.com, test2@example.com (1.9ms)
29586
+ Date: Thu, 27 Aug 2015 11:53:05 -0600
29587
+ From: some_guy@web.com
29588
+ To: test1@example.com,
29589
+ test2@example.com
29590
+ Message-ID: <55df4e81901e1_f6f73fc6bd02bbc4336b9@Eliass-MacBook-Pro.local.mail>
29591
+ Subject: Feedback
29592
+ Mime-Version: 1.0
29593
+ Content-Type: text/html;
29594
+ charset=UTF-8
29595
+ Content-Transfer-Encoding: 7bit
29596
+
29597
+ You've got feedback!
29598
+
29599
+ <p>Name: Some Guy</p>
29600
+ <p>Email Address: some_guy@web.com</p>
29601
+ <p>Topic: Other</p>
29602
+ <p>Description: Yo website bork</p>
29603
+
29604
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29605
+ Redirected to http://test.host/dashboard
29606
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
29607
+  (0.4ms) rollback transaction
29608
+  (0.1ms) begin transaction
29609
+ -----------------------------------------------------------------------------------------------------------------------------------------------
29610
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0003_anonymous
29611
+ -----------------------------------------------------------------------------------------------------------------------------------------------
29612
+ Processing by PointlessFeedback::MessagesController#create as HTML
29613
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
29614
+  (0.1ms) SAVEPOINT active_record_1
29615
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:05.595490"], ["updated_at", "2015-08-27 17:53:05.595490"]]
29616
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
29617
+
29618
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
29619
+
29620
+ Sent mail to test1@example.com, test2@example.com (2.1ms)
29621
+ Date: Thu, 27 Aug 2015 11:53:05 -0600
29622
+ From: some_guy@web.com
29623
+ To: test1@example.com,
29624
+ test2@example.com
29625
+ Message-ID: <55df4e8192314_f6f73fc6bd02bbc433713@Eliass-MacBook-Pro.local.mail>
29626
+ Subject: Feedback
29627
+ Mime-Version: 1.0
29628
+ Content-Type: text/html;
29629
+ charset=UTF-8
29630
+ Content-Transfer-Encoding: 7bit
29631
+
29632
+ You've got feedback!
29633
+
29634
+ <p>Name: Some Guy</p>
29635
+ <p>Email Address: some_guy@web.com</p>
29636
+ <p>Topic: Other</p>
29637
+ <p>Description: Yo website bork</p>
29638
+
29639
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29640
+ Redirected to http://test.host/dashboard
29641
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
29642
+  (0.3ms) rollback transaction
29643
+  (0.0ms) begin transaction
29644
+ ---------------------------------------------------------------------------------------------------------------------------------
29645
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is true: test_0001_sends mail after create
29646
+ ---------------------------------------------------------------------------------------------------------------------------------
29647
+  (0.1ms) SAVEPOINT active_record_1
29648
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:05.604180"], ["updated_at", "2015-08-27 17:53:05.604180"]]
29649
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29650
+  (0.3ms) rollback transaction
29651
+  (0.1ms) begin transaction
29652
+ -------------------------------------------------------------------------------
29653
+ PointlessFeedback::MessageTest::validating topics: test_0001_allows valid topic
29654
+ -------------------------------------------------------------------------------
29655
+  (0.0ms) rollback transaction
29656
+  (0.0ms) begin transaction
29657
+ -----------------------------------------------------------------------------------------
29658
+ PointlessFeedback::MessageTest::validating topics: test_0002_does not allow invalid topic
29659
+ -----------------------------------------------------------------------------------------
29660
+  (0.0ms) rollback transaction
29661
+  (0.1ms) begin transaction
29662
+ -----------------------------------------------------------------------
29663
+ MainAppRootUrlTest: test_0001_root_url link points to main_app.root_url
29664
+ -----------------------------------------------------------------------
29665
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:53:05 -0600
29666
+ Processing by PointlessFeedback::MessagesController#new as HTML
29667
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.6ms)
29668
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
29669
+  (0.1ms) rollback transaction
29670
+  (0.1ms) begin transaction
29671
+ --------------------------------------------------------------------------------------------------------------------------------------------
29672
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0001_anonymous
29673
+ --------------------------------------------------------------------------------------------------------------------------------------------
29674
+ Processing by PointlessFeedback::MessagesController#create as HTML
29675
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
29676
+  (0.1ms) SAVEPOINT active_record_1
29677
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:05.621611"], ["updated_at", "2015-08-27 17:53:05.621611"]]
29678
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
29679
+
29680
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.2ms
29681
+
29682
+ Sent mail to test1@example.com, test2@example.com (1.9ms)
29683
+ Date: Thu, 27 Aug 2015 11:53:05 -0600
29684
+ From: some_guy@web.com
29685
+ To: test1@example.com,
29686
+ test2@example.com
29687
+ Message-ID: <55df4e81988da_f6f73fc6bd02bbc43381d@Eliass-MacBook-Pro.local.mail>
29688
+ Subject: Feedback
29689
+ Mime-Version: 1.0
29690
+ Content-Type: text/html;
29691
+ charset=UTF-8
29692
+ Content-Transfer-Encoding: 7bit
29693
+
29694
+ You've got feedback!
29695
+
29696
+ <p>Name: Some Guy</p>
29697
+ <p>Email Address: some_guy@web.com</p>
29698
+ <p>Topic: Other</p>
29699
+ <p>Description: Yo website bork</p>
29700
+
29701
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29702
+ Redirected to http://test.host/
29703
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
29704
+  (0.4ms) rollback transaction
29705
+  (0.1ms) begin transaction
29706
+ --------------------------------------------------------------------------------------------------------------------------------------------
29707
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0002_anonymous
29708
+ --------------------------------------------------------------------------------------------------------------------------------------------
29709
+ Processing by PointlessFeedback::MessagesController#create as HTML
29710
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
29711
+  (0.1ms) SAVEPOINT active_record_1
29712
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:05.630032"], ["updated_at", "2015-08-27 17:53:05.630032"]]
29713
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
29714
+
29715
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
29716
+
29717
+ Sent mail to test1@example.com, test2@example.com (2.0ms)
29718
+ Date: Thu, 27 Aug 2015 11:53:05 -0600
29719
+ From: some_guy@web.com
29720
+ To: test1@example.com,
29721
+ test2@example.com
29722
+ Message-ID: <55df4e819a97e_f6f73fc6bd02bbc43394b@Eliass-MacBook-Pro.local.mail>
29723
+ Subject: Feedback
29724
+ Mime-Version: 1.0
29725
+ Content-Type: text/html;
29726
+ charset=UTF-8
29727
+ Content-Transfer-Encoding: 7bit
29728
+
29729
+ You've got feedback!
29730
+
29731
+ <p>Name: Some Guy</p>
29732
+ <p>Email Address: some_guy@web.com</p>
29733
+ <p>Topic: Other</p>
29734
+ <p>Description: Yo website bork</p>
29735
+
29736
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29737
+ Redirected to http://test.host/
29738
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
29739
+  (0.4ms) rollback transaction
29740
+  (0.1ms) begin transaction
29741
+ --------------------------------------------------------------------------------------------------------------------------------------------
29742
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0003_anonymous
29743
+ --------------------------------------------------------------------------------------------------------------------------------------------
29744
+ Processing by PointlessFeedback::MessagesController#create as HTML
29745
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
29746
+  (0.0ms) SAVEPOINT active_record_1
29747
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:05.638393"], ["updated_at", "2015-08-27 17:53:05.638393"]]
29748
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
29749
+
29750
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
29751
+
29752
+ Sent mail to test1@example.com, test2@example.com (1.9ms)
29753
+ Date: Thu, 27 Aug 2015 11:53:05 -0600
29754
+ From: some_guy@web.com
29755
+ To: test1@example.com,
29756
+ test2@example.com
29757
+ Message-ID: <55df4e819c99b_f6f73fc6bd02bbc43408d@Eliass-MacBook-Pro.local.mail>
29758
+ Subject: Feedback
29759
+ Mime-Version: 1.0
29760
+ Content-Type: text/html;
29761
+ charset=UTF-8
29762
+ Content-Transfer-Encoding: 7bit
29763
+
29764
+ You've got feedback!
29765
+
29766
+ <p>Name: Some Guy</p>
29767
+ <p>Email Address: some_guy@web.com</p>
29768
+ <p>Topic: Other</p>
29769
+ <p>Description: Yo website bork</p>
29770
+
29771
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29772
+ Redirected to http://test.host/
29773
+ Completed 302 Found in 5ms (ActiveRecord: 0.4ms)
29774
+  (0.3ms) rollback transaction
29775
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
29776
+  (0.1ms) begin transaction
29777
+ --------------------------------------
29778
+ PointlessFeedbackTest: test_0001_truth
29779
+ --------------------------------------
29780
+  (0.0ms) rollback transaction
29781
+  (0.0ms) begin transaction
29782
+ -------------------------------------------------------------------------------
29783
+ PointlessFeedback::MessageTest::validating topics: test_0001_allows valid topic
29784
+ -------------------------------------------------------------------------------
29785
+  (0.1ms) rollback transaction
29786
+  (0.1ms) begin transaction
29787
+ -----------------------------------------------------------------------------------------
29788
+ PointlessFeedback::MessageTest::validating topics: test_0002_does not allow invalid topic
29789
+ -----------------------------------------------------------------------------------------
29790
+  (0.0ms) rollback transaction
29791
+  (0.0ms) begin transaction
29792
+ --------------------------------------------------------------------------------------------------------------------------------------------
29793
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0001_anonymous
29794
+ --------------------------------------------------------------------------------------------------------------------------------------------
29795
+ Processing by PointlessFeedback::MessagesController#create as HTML
29796
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
29797
+  (0.1ms) SAVEPOINT active_record_1
29798
+ SQL (0.4ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:26.018056"], ["updated_at", "2015-08-27 17:53:26.018056"]]
29799
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29800
+ Redirected to http://test.host/
29801
+ Completed 302 Found in 5ms (ActiveRecord: 0.5ms)
29802
+  (1.9ms) rollback transaction
29803
+  (0.1ms) begin transaction
29804
+ --------------------------------------------------------------------------------------------------------------------------------------------
29805
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0002_anonymous
29806
+ --------------------------------------------------------------------------------------------------------------------------------------------
29807
+ Processing by PointlessFeedback::MessagesController#create as HTML
29808
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
29809
+  (0.0ms) SAVEPOINT active_record_1
29810
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:26.027860"], ["updated_at", "2015-08-27 17:53:26.027860"]]
29811
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29812
+ Redirected to http://test.host/
29813
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
29814
+  (0.4ms) rollback transaction
29815
+  (0.0ms) begin transaction
29816
+ --------------------------------------------------------------------------------------------------------------------------------------------
29817
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0003_anonymous
29818
+ --------------------------------------------------------------------------------------------------------------------------------------------
29819
+ Processing by PointlessFeedback::MessagesController#create as HTML
29820
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
29821
+  (0.1ms) SAVEPOINT active_record_1
29822
+ SQL (0.2ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:26.032605"], ["updated_at", "2015-08-27 17:53:26.032605"]]
29823
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29824
+ Redirected to http://test.host/
29825
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
29826
+  (0.4ms) rollback transaction
29827
+  (0.0ms) begin transaction
29828
+ -------------------------------------------------------------------
29829
+ ViewsGeneratorTest: test_0001_Assert all views are properly created
29830
+ -------------------------------------------------------------------
29831
+  (0.1ms) rollback transaction
29832
+  (0.1ms) begin transaction
29833
+ ----------------------------------------------------------------------------------------------------
29834
+ PointlessFeedback::MessageTest::validating against spam: test_0001_allows descriptions with no links
29835
+ ----------------------------------------------------------------------------------------------------
29836
+  (0.1ms) rollback transaction
29837
+  (0.1ms) begin transaction
29838
+ -------------------------------------------------------------------------------------------------------------------
29839
+ PointlessFeedback::MessageTest::validating against spam: test_0002_does not allow descriptions with 3 or more links
29840
+ -------------------------------------------------------------------------------------------------------------------
29841
+  (0.1ms) rollback transaction
29842
+  (0.0ms) begin transaction
29843
+ -----------------------------------------------------------------------------------------------------------------
29844
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0001_outputs named path from the main app
29845
+ -----------------------------------------------------------------------------------------------------------------
29846
+  (0.0ms) rollback transaction
29847
+  (0.0ms) begin transaction
29848
+ ----------------------------------------------------------------------------------------------------------------
29849
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0002_outputs named url from the main app
29850
+ ----------------------------------------------------------------------------------------------------------------
29851
+  (0.0ms) rollback transaction
29852
+  (0.0ms) begin transaction
29853
+ ---------------------------------------------------------------------------------------------------------------
29854
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0003_raises exception with other routes
29855
+ ---------------------------------------------------------------------------------------------------------------
29856
+  (0.0ms) rollback transaction
29857
+  (0.1ms) begin transaction
29858
+ ------------------------------------------------------------------------------------------------------
29859
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0001_anonymous
29860
+ ------------------------------------------------------------------------------------------------------
29861
+ Processing by PointlessFeedback::MessagesController#create as HTML
29862
+ Parameters: {"message"=>{"name"=>""}}
29863
+  (0.0ms) SAVEPOINT active_record_1
29864
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
29865
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (13.2ms)
29866
+ Completed 200 OK in 147ms (Views: 143.2ms | ActiveRecord: 0.1ms)
29867
+  (0.1ms) rollback transaction
29868
+  (0.0ms) begin transaction
29869
+ ------------------------------------------------------------------------------------------------------
29870
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0002_anonymous
29871
+ ------------------------------------------------------------------------------------------------------
29872
+ Processing by PointlessFeedback::MessagesController#create as HTML
29873
+ Parameters: {"message"=>{"name"=>""}}
29874
+  (0.0ms) SAVEPOINT active_record_1
29875
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
29876
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.4ms)
29877
+ Completed 200 OK in 8ms (Views: 4.6ms | ActiveRecord: 0.1ms)
29878
+  (0.1ms) rollback transaction
29879
+  (0.0ms) begin transaction
29880
+ ------------------------------------------------------------------------------------------------------
29881
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0003_anonymous
29882
+ ------------------------------------------------------------------------------------------------------
29883
+ Processing by PointlessFeedback::MessagesController#create as HTML
29884
+ Parameters: {"message"=>{"name"=>""}}
29885
+  (0.0ms) SAVEPOINT active_record_1
29886
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
29887
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.3ms)
29888
+ Completed 200 OK in 7ms (Views: 4.4ms | ActiveRecord: 0.1ms)
29889
+  (0.1ms) rollback transaction
29890
+  (0.0ms) begin transaction
29891
+ ---------------------------------------------------------------------
29892
+ InstallGeneratorTest: test_0001_Assert all files are properly created
29893
+ ---------------------------------------------------------------------
29894
+  (0.1ms) rollback transaction
29895
+  (0.0ms) begin transaction
29896
+ ----------------------------------------------------------------------------------------
29897
+ PointlessFeedback::MessageTest::validating email: test_0001_allows a valid email address
29898
+ ----------------------------------------------------------------------------------------
29899
+  (0.0ms) rollback transaction
29900
+  (0.0ms) begin transaction
29901
+ -------------------------------------------------------------------------------------------------
29902
+ PointlessFeedback::MessageTest::validating email: test_0002_does not allow invalid emails address
29903
+ -------------------------------------------------------------------------------------------------
29904
+  (0.0ms) rollback transaction
29905
+  (0.0ms) begin transaction
29906
+ ---------------------------------------------------------------------------------------------------------------------------------
29907
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is true: test_0001_sends mail after create
29908
+ ---------------------------------------------------------------------------------------------------------------------------------
29909
+  (0.1ms) SAVEPOINT active_record_1
29910
+ SQL (0.4ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:26.232395"], ["updated_at", "2015-08-27 17:53:26.232395"]]
29911
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29912
+  (0.4ms) rollback transaction
29913
+  (0.0ms) begin transaction
29914
+ -------------------------------------------------------
29915
+ PointlessFeedback::MessageTest: test_0001_requires name
29916
+ -------------------------------------------------------
29917
+  (0.0ms) SAVEPOINT active_record_1
29918
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
29919
+  (0.0ms) rollback transaction
29920
+  (0.0ms) begin transaction
29921
+ ----------------------------------------------------------------
29922
+ PointlessFeedback::MessageTest: test_0002_requires email_address
29923
+ ----------------------------------------------------------------
29924
+  (0.0ms) SAVEPOINT active_record_1
29925
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
29926
+  (0.1ms) rollback transaction
29927
+  (0.0ms) begin transaction
29928
+ --------------------------------------------------------
29929
+ PointlessFeedback::MessageTest: test_0003_requires topic
29930
+ --------------------------------------------------------
29931
+  (0.0ms) SAVEPOINT active_record_1
29932
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
29933
+  (0.0ms) rollback transaction
29934
+  (0.0ms) begin transaction
29935
+ --------------------------------------------------------------
29936
+ PointlessFeedback::MessageTest: test_0004_requires description
29937
+ --------------------------------------------------------------
29938
+  (0.0ms) SAVEPOINT active_record_1
29939
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
29940
+  (0.1ms) rollback transaction
29941
+  (0.0ms) begin transaction
29942
+ ---------------------------------------------------------------------------------------------------------------------------------
29943
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is false: test_0001_does not send any mail
29944
+ ---------------------------------------------------------------------------------------------------------------------------------
29945
+  (0.0ms) SAVEPOINT active_record_1
29946
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:26.252431"], ["updated_at", "2015-08-27 17:53:26.252431"]]
29947
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29948
+  (0.4ms) rollback transaction
29949
+  (0.1ms) begin transaction
29950
+ -----------------------------------------------------------------------
29951
+ MainAppRootUrlTest: test_0001_root_url link points to main_app.root_url
29952
+ -----------------------------------------------------------------------
29953
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:53:26 -0600
29954
+ Processing by PointlessFeedback::MessagesController#new as HTML
29955
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.7ms)
29956
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
29957
+  (0.1ms) rollback transaction
29958
+  (0.1ms) begin transaction
29959
+ ---------------------------------------------------------------------------
29960
+ PointlessFeedback::MessagesControllerTest::getting new: test_0001_anonymous
29961
+ ---------------------------------------------------------------------------
29962
+ Processing by PointlessFeedback::MessagesController#new as HTML
29963
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.5ms)
29964
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
29965
+  (0.1ms) rollback transaction
29966
+  (0.0ms) begin transaction
29967
+ ---------------------------------------------------------------------------
29968
+ PointlessFeedback::MessagesControllerTest::getting new: test_0002_anonymous
29969
+ ---------------------------------------------------------------------------
29970
+ Processing by PointlessFeedback::MessagesController#new as HTML
29971
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.0ms)
29972
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
29973
+  (0.1ms) rollback transaction
29974
+  (0.1ms) begin transaction
29975
+ ---------------------------------------------------------------------------
29976
+ PointlessFeedback::MessagesControllerTest::getting new: test_0003_anonymous
29977
+ ---------------------------------------------------------------------------
29978
+ Processing by PointlessFeedback::MessagesController#new as HTML
29979
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (1.7ms)
29980
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
29981
+  (0.0ms) rollback transaction
29982
+  (0.1ms) begin transaction
29983
+ ---------------------------------------------------------------
29984
+ PointlessFeedback::FeedbackMailerTest: test_0001_feedback email
29985
+ ---------------------------------------------------------------
29986
+  (0.1ms) SAVEPOINT active_record_1
29987
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:26.416789"], ["updated_at", "2015-08-27 17:53:26.416789"]]
29988
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29989
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.5ms)
29990
+
29991
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 6.7ms
29992
+  (1.9ms) rollback transaction
29993
+  (0.1ms) begin transaction
29994
+ --------------------------------------------------------------------
29995
+ PointlessFeedback::FeedbackMailerTest: test_0002_feedback email body
29996
+ --------------------------------------------------------------------
29997
+  (0.0ms) SAVEPOINT active_record_1
29998
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:26.432139"], ["updated_at", "2015-08-27 17:53:26.432139"]]
29999
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30000
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
30001
+
30002
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
30003
+  (0.4ms) rollback transaction
30004
+  (0.1ms) begin transaction
30005
+ -----------------------------------------------------------------------------
30006
+ PointlessFeedback::FeedbackMailerTest: test_0003_feedback from email when set
30007
+ -----------------------------------------------------------------------------
30008
+  (0.0ms) SAVEPOINT active_record_1
30009
+ SQL (0.2ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:26.436718"], ["updated_at", "2015-08-27 17:53:26.436718"]]
30010
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30011
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.0ms)
30012
+
30013
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 0.8ms
30014
+  (0.3ms) rollback transaction
30015
+  (0.1ms) begin transaction
30016
+ -------------------------------------------------------------------------------------------
30017
+ PointlessFeedback::FeedbackMailerTest: test_0004_feedback from email when set as the sender
30018
+ -------------------------------------------------------------------------------------------
30019
+  (0.0ms) SAVEPOINT active_record_1
30020
+ SQL (0.2ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:26.440732"], ["updated_at", "2015-08-27 17:53:26.440732"]]
30021
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30022
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
30023
+
30024
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 0.9ms
30025
+  (0.4ms) rollback transaction
30026
+  (0.0ms) begin transaction
30027
+ -------------------------------------------------------------------------------------------------------------------
30028
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0001_redirects to the root path
30029
+ -------------------------------------------------------------------------------------------------------------------
30030
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:53:26 -0600
30031
+ Processing by PointlessFeedback::MessagesController#new as HTML
30032
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (1.9ms)
30033
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
30034
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-27 11:53:26 -0600
30035
+ Processing by PointlessFeedback::MessagesController#create as HTML
30036
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>"I'm a spam bot!"}, "commit"=>"Submit"}
30037
+  (0.1ms) SAVEPOINT active_record_1
30038
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "This site is awful"], ["email_address", "eli@example.com"], ["name", "Eli"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:26.459354"], ["updated_at", "2015-08-27 17:53:26.459354"]]
30039
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30040
+ Redirected to http://www.example.com/
30041
+ Completed 302 Found in 9ms (ActiveRecord: 0.4ms)
30042
+ Started GET "/" for 127.0.0.1 at 2015-08-27 11:53:26 -0600
30043
+ Processing by HomeController#index as HTML
30044
+ Rendered home/index.html.erb within layouts/application (0.6ms)
30045
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
30046
+  (0.5ms) rollback transaction
30047
+  (0.0ms) begin transaction
30048
+ --------------------------------------------------------------------------------------------------------------------
30049
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0002_thanks message is displayed
30050
+ --------------------------------------------------------------------------------------------------------------------
30051
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:53:26 -0600
30052
+ Processing by PointlessFeedback::MessagesController#new as HTML
30053
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.6ms)
30054
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
30055
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-27 11:53:26 -0600
30056
+ Processing by PointlessFeedback::MessagesController#create as HTML
30057
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>"I'm a spam bot!"}, "commit"=>"Submit"}
30058
+  (0.1ms) SAVEPOINT active_record_1
30059
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "This site is awful"], ["email_address", "eli@example.com"], ["name", "Eli"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:26.492099"], ["updated_at", "2015-08-27 17:53:26.492099"]]
30060
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30061
+ Redirected to http://www.example.com/
30062
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
30063
+ Started GET "/" for 127.0.0.1 at 2015-08-27 11:53:26 -0600
30064
+ Processing by HomeController#index as HTML
30065
+ Rendered home/index.html.erb within layouts/application (0.3ms)
30066
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
30067
+  (0.4ms) rollback transaction
30068
+  (0.0ms) begin transaction
30069
+ -----------------------------------------------------------------------------------------------------------------------------------------------
30070
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0001_anonymous
30071
+ -----------------------------------------------------------------------------------------------------------------------------------------------
30072
+ Processing by PointlessFeedback::MessagesController#create as HTML
30073
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
30074
+  (0.1ms) SAVEPOINT active_record_1
30075
+ SQL (0.2ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:26.502530"], ["updated_at", "2015-08-27 17:53:26.502530"]]
30076
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30077
+ Redirected to http://test.host/dashboard
30078
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
30079
+  (0.3ms) rollback transaction
30080
+  (0.0ms) begin transaction
30081
+ -----------------------------------------------------------------------------------------------------------------------------------------------
30082
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0002_anonymous
30083
+ -----------------------------------------------------------------------------------------------------------------------------------------------
30084
+ Processing by PointlessFeedback::MessagesController#create as HTML
30085
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
30086
+  (0.0ms) SAVEPOINT active_record_1
30087
+ SQL (0.2ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:26.506706"], ["updated_at", "2015-08-27 17:53:26.506706"]]
30088
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30089
+ Redirected to http://test.host/dashboard
30090
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
30091
+  (0.4ms) rollback transaction
30092
+  (0.1ms) begin transaction
30093
+ -----------------------------------------------------------------------------------------------------------------------------------------------
30094
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0003_anonymous
30095
+ -----------------------------------------------------------------------------------------------------------------------------------------------
30096
+ Processing by PointlessFeedback::MessagesController#create as HTML
30097
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
30098
+  (0.0ms) SAVEPOINT active_record_1
30099
+ SQL (0.2ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "Yo website bork"], ["email_address", "some_guy@web.com"], ["name", "Some Guy"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:26.510727"], ["updated_at", "2015-08-27 17:53:26.510727"]]
30100
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30101
+ Redirected to http://test.host/dashboard
30102
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
30103
+  (0.3ms) rollback transaction
30104
+  (0.1ms) begin transaction
30105
+ ---------------------------------------------------------------------------------
30106
+ FeedbackSubmissionTest::submitting feedback: test_0001_redirects to the root path
30107
+ ---------------------------------------------------------------------------------
30108
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:53:26 -0600
30109
+ Processing by PointlessFeedback::MessagesController#new as HTML
30110
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.0ms)
30111
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
30112
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-27 11:53:26 -0600
30113
+ Processing by PointlessFeedback::MessagesController#create as HTML
30114
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
30115
+  (0.1ms) SAVEPOINT active_record_1
30116
+ SQL (0.4ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "This site is awful"], ["email_address", "eli@example.com"], ["name", "Eli"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:26.527560"], ["updated_at", "2015-08-27 17:53:26.527560"]]
30117
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30118
+ Redirected to http://www.example.com/
30119
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
30120
+ Started GET "/" for 127.0.0.1 at 2015-08-27 11:53:26 -0600
30121
+ Processing by HomeController#index as HTML
30122
+ Rendered home/index.html.erb within layouts/application (0.3ms)
30123
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
30124
+  (0.5ms) rollback transaction
30125
+  (0.1ms) begin transaction
30126
+ ----------------------------------------------------------------------------------
30127
+ FeedbackSubmissionTest::submitting feedback: test_0002_thanks message is displayed
30128
+ ----------------------------------------------------------------------------------
30129
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-27 11:53:26 -0600
30130
+ Processing by PointlessFeedback::MessagesController#new as HTML
30131
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.9ms)
30132
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
30133
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-27 11:53:26 -0600
30134
+ Processing by PointlessFeedback::MessagesController#create as HTML
30135
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
30136
+  (0.1ms) SAVEPOINT active_record_1
30137
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("description", "email_address", "name", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["description", "This site is awful"], ["email_address", "eli@example.com"], ["name", "Eli"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:26.550831"], ["updated_at", "2015-08-27 17:53:26.550831"]]
30138
+  (0.1ms) RELEASE SAVEPOINT active_record_1
30139
+ Redirected to http://www.example.com/
30140
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
30141
+ Started GET "/" for 127.0.0.1 at 2015-08-27 11:53:26 -0600
30142
+ Processing by HomeController#index as HTML
30143
+ Rendered home/index.html.erb within layouts/application (0.3ms)
30144
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
30145
+  (0.4ms) rollback transaction
30146
+  (0.1ms) begin transaction
30147
+ -----------------------------------------------------------------------------------------
30148
+ PointlessFeedback::CaptchaTest::.pass?: test_0001_returns true if Google response is true
30149
+ -----------------------------------------------------------------------------------------
30150
+  (0.0ms) rollback transaction
30151
+  (0.0ms) begin transaction
30152
+ ------------------------------------------------------------------------------------------
30153
+ PointlessFeedback::CaptchaTest::.pass?: test_0002_returns false if Google response is true
30154
+ ------------------------------------------------------------------------------------------
30155
+  (0.0ms) rollback transaction
30156
+  (0.0ms) begin transaction
30157
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
30158
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is true::when the honeypot field is not nil: test_0001_does not send mail after create
30159
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
30160
+  (0.0ms) SAVEPOINT active_record_1
30161
+ SQL (0.3ms) INSERT INTO "pointless_feedback_messages" ("name", "email_address", "description", "topic", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "A Developer"], ["email_address", "developer@pointlesscorp.com"], ["description", "Site is broke"], ["topic", "Other"], ["created_at", "2015-08-27 17:53:26.563276"], ["updated_at", "2015-08-27 17:53:26.563276"]]
30162
+  (0.0ms) RELEASE SAVEPOINT active_record_1
30163
+  (0.3ms) rollback transaction