pointless_feedback 3.0.0 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23979,3 +23979,4331 @@ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_fe
23979
23979
  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-21 22:09:01.288081"], ["updated_at", "2015-08-21 22:09:01.288081"]]
23980
23980
   (0.0ms) RELEASE SAVEPOINT active_record_1
23981
23981
   (0.4ms) rollback transaction
23982
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
23983
+  (0.1ms) begin transaction
23984
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
23985
+ 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
23986
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
23987
+  (0.1ms) SAVEPOINT active_record_1
23988
+ SQL (1.1ms) 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-24 17:16:59.946466"], ["updated_at", "2015-08-24 17:16:59.946466"]]
23989
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23990
+  (1.0ms) rollback transaction
23991
+  (0.1ms) begin transaction
23992
+ ---------------------------------------------------------------------------------------------------------------------------------
23993
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is false: test_0001_does not send any mail
23994
+ ---------------------------------------------------------------------------------------------------------------------------------
23995
+  (0.0ms) SAVEPOINT active_record_1
23996
+ 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-24 17:16:59.954935"], ["updated_at", "2015-08-24 17:16:59.954935"]]
23997
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23998
+  (0.3ms) rollback transaction
23999
+  (0.1ms) begin transaction
24000
+ -------------------------------------------------------
24001
+ PointlessFeedback::MessageTest: test_0001_requires name
24002
+ -------------------------------------------------------
24003
+  (0.0ms) SAVEPOINT active_record_1
24004
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
24005
+  (0.0ms) rollback transaction
24006
+  (0.1ms) begin transaction
24007
+ ----------------------------------------------------------------
24008
+ PointlessFeedback::MessageTest: test_0002_requires email_address
24009
+ ----------------------------------------------------------------
24010
+  (0.0ms) SAVEPOINT active_record_1
24011
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
24012
+  (0.0ms) rollback transaction
24013
+  (0.0ms) begin transaction
24014
+ --------------------------------------------------------
24015
+ PointlessFeedback::MessageTest: test_0003_requires topic
24016
+ --------------------------------------------------------
24017
+  (0.0ms) SAVEPOINT active_record_1
24018
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
24019
+  (0.0ms) rollback transaction
24020
+  (0.0ms) begin transaction
24021
+ --------------------------------------------------------------
24022
+ PointlessFeedback::MessageTest: test_0004_requires description
24023
+ --------------------------------------------------------------
24024
+  (0.0ms) SAVEPOINT active_record_1
24025
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
24026
+  (0.0ms) rollback transaction
24027
+  (0.0ms) begin transaction
24028
+ --------------------------------------
24029
+ PointlessFeedbackTest: test_0001_truth
24030
+ --------------------------------------
24031
+  (0.0ms) rollback transaction
24032
+  (0.0ms) begin transaction
24033
+ -----------------------------------------------------------------------
24034
+ MainAppRootUrlTest: test_0001_root_url link points to main_app.root_url
24035
+ -----------------------------------------------------------------------
24036
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:16:59 -0600
24037
+ Processing by PointlessFeedback::MessagesController#new as HTML
24038
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (15.8ms)
24039
+ Completed 200 OK in 147ms (Views: 146.7ms | ActiveRecord: 0.0ms)
24040
+  (0.1ms) rollback transaction
24041
+  (0.0ms) begin transaction
24042
+ --------------------------------------------------------------------------------------------------------------------------------------------
24043
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0001_anonymous
24044
+ --------------------------------------------------------------------------------------------------------------------------------------------
24045
+ Processing by PointlessFeedback::MessagesController#create as HTML
24046
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
24047
+  (0.1ms) SAVEPOINT active_record_1
24048
+ 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-24 17:17:00.152941"], ["updated_at", "2015-08-24 17:17:00.152941"]]
24049
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24050
+ Redirected to http://test.host/
24051
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
24052
+  (0.4ms) rollback transaction
24053
+  (0.0ms) begin transaction
24054
+ --------------------------------------------------------------------------------------------------------------------------------------------
24055
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0002_anonymous
24056
+ --------------------------------------------------------------------------------------------------------------------------------------------
24057
+ Processing by PointlessFeedback::MessagesController#create as HTML
24058
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
24059
+  (0.0ms) SAVEPOINT active_record_1
24060
+ 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-24 17:17:00.158170"], ["updated_at", "2015-08-24 17:17:00.158170"]]
24061
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24062
+ Redirected to http://test.host/
24063
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
24064
+  (0.4ms) rollback transaction
24065
+  (0.1ms) begin transaction
24066
+ --------------------------------------------------------------------------------------------------------------------------------------------
24067
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0003_anonymous
24068
+ --------------------------------------------------------------------------------------------------------------------------------------------
24069
+ Processing by PointlessFeedback::MessagesController#create as HTML
24070
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
24071
+  (0.0ms) SAVEPOINT active_record_1
24072
+ 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-24 17:17:00.163270"], ["updated_at", "2015-08-24 17:17:00.163270"]]
24073
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24074
+ Redirected to http://test.host/
24075
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
24076
+  (0.3ms) rollback transaction
24077
+  (0.0ms) begin transaction
24078
+ ----------------------------------------------------------------------------------------
24079
+ PointlessFeedback::MessageTest::validating email: test_0001_allows a valid email address
24080
+ ----------------------------------------------------------------------------------------
24081
+  (0.0ms) rollback transaction
24082
+  (0.0ms) begin transaction
24083
+ -------------------------------------------------------------------------------------------------
24084
+ PointlessFeedback::MessageTest::validating email: test_0002_does not allow invalid emails address
24085
+ -------------------------------------------------------------------------------------------------
24086
+  (0.0ms) rollback transaction
24087
+  (0.0ms) begin transaction
24088
+ ----------------------------------------------------------------------------------------------------
24089
+ PointlessFeedback::MessageTest::validating against spam: test_0001_allows descriptions with no links
24090
+ ----------------------------------------------------------------------------------------------------
24091
+  (0.0ms) rollback transaction
24092
+  (0.0ms) begin transaction
24093
+ -------------------------------------------------------------------------------------------------------------------
24094
+ PointlessFeedback::MessageTest::validating against spam: test_0002_does not allow descriptions with 3 or more links
24095
+ -------------------------------------------------------------------------------------------------------------------
24096
+  (0.0ms) rollback transaction
24097
+  (0.0ms) begin transaction
24098
+ -----------------------------------------------------------------------------------------
24099
+ PointlessFeedback::CaptchaTest::.pass?: test_0001_returns true if Google response is true
24100
+ -----------------------------------------------------------------------------------------
24101
+  (0.0ms) rollback transaction
24102
+  (0.1ms) begin transaction
24103
+ ---------------------------------------------------------------------------
24104
+ PointlessFeedback::MessagesControllerTest::getting new: test_0001_anonymous
24105
+ ---------------------------------------------------------------------------
24106
+ Processing by PointlessFeedback::MessagesController#new as HTML
24107
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.2ms)
24108
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
24109
+  (0.1ms) rollback transaction
24110
+  (0.1ms) begin transaction
24111
+ ---------------------------------------------------------------------------
24112
+ PointlessFeedback::MessagesControllerTest::getting new: test_0002_anonymous
24113
+ ---------------------------------------------------------------------------
24114
+ Processing by PointlessFeedback::MessagesController#new as HTML
24115
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (1.9ms)
24116
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
24117
+  (0.1ms) rollback transaction
24118
+  (0.0ms) begin transaction
24119
+ ---------------------------------------------------------------------------
24120
+ PointlessFeedback::MessagesControllerTest::getting new: test_0003_anonymous
24121
+ ---------------------------------------------------------------------------
24122
+ Processing by PointlessFeedback::MessagesController#new as HTML
24123
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (1.8ms)
24124
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
24125
+  (0.0ms) rollback transaction
24126
+  (0.0ms) begin transaction
24127
+ -----------------------------------------------------------------------------------------------------------------
24128
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0001_outputs named path from the main app
24129
+ -----------------------------------------------------------------------------------------------------------------
24130
+  (0.0ms) rollback transaction
24131
+  (0.0ms) begin transaction
24132
+ ----------------------------------------------------------------------------------------------------------------
24133
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0002_outputs named url from the main app
24134
+ ----------------------------------------------------------------------------------------------------------------
24135
+  (0.1ms) rollback transaction
24136
+  (0.1ms) begin transaction
24137
+ ---------------------------------------------------------------------------------------------------------------
24138
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0003_raises exception with other routes
24139
+ ---------------------------------------------------------------------------------------------------------------
24140
+  (0.0ms) rollback transaction
24141
+  (0.1ms) begin transaction
24142
+ ------------------------------------------------------------------------------------------------------
24143
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0001_anonymous
24144
+ ------------------------------------------------------------------------------------------------------
24145
+ Processing by PointlessFeedback::MessagesController#create as HTML
24146
+ Parameters: {"message"=>{"name"=>""}}
24147
+  (0.1ms) SAVEPOINT active_record_1
24148
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
24149
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.7ms)
24150
+ Completed 200 OK in 9ms (Views: 5.0ms | ActiveRecord: 0.1ms)
24151
+  (0.1ms) rollback transaction
24152
+  (0.1ms) begin transaction
24153
+ ------------------------------------------------------------------------------------------------------
24154
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0002_anonymous
24155
+ ------------------------------------------------------------------------------------------------------
24156
+ Processing by PointlessFeedback::MessagesController#create as HTML
24157
+ Parameters: {"message"=>{"name"=>""}}
24158
+  (0.0ms) SAVEPOINT active_record_1
24159
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
24160
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.5ms)
24161
+ Completed 200 OK in 8ms (Views: 4.8ms | ActiveRecord: 0.1ms)
24162
+  (0.1ms) rollback transaction
24163
+  (0.0ms) begin transaction
24164
+ ------------------------------------------------------------------------------------------------------
24165
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0003_anonymous
24166
+ ------------------------------------------------------------------------------------------------------
24167
+ Processing by PointlessFeedback::MessagesController#create as HTML
24168
+ Parameters: {"message"=>{"name"=>""}}
24169
+  (0.0ms) SAVEPOINT active_record_1
24170
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
24171
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.5ms)
24172
+ Completed 200 OK in 8ms (Views: 4.8ms | ActiveRecord: 0.1ms)
24173
+  (0.1ms) rollback transaction
24174
+  (0.1ms) begin transaction
24175
+ ---------------------------------------------------------------------
24176
+ InstallGeneratorTest: test_0001_Assert all files are properly created
24177
+ ---------------------------------------------------------------------
24178
+  (0.1ms) rollback transaction
24179
+  (0.0ms) begin transaction
24180
+ ---------------------------------------------------------------------------------------------------------------------------------
24181
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is true: test_0001_sends mail after create
24182
+ ---------------------------------------------------------------------------------------------------------------------------------
24183
+  (0.0ms) SAVEPOINT active_record_1
24184
+ 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-24 17:17:00.235935"], ["updated_at", "2015-08-24 17:17:00.235935"]]
24185
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24186
+  (0.3ms) rollback transaction
24187
+  (0.0ms) begin transaction
24188
+ -----------------------------------------------------------------------------------------------------------------------------------------------
24189
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0001_anonymous
24190
+ -----------------------------------------------------------------------------------------------------------------------------------------------
24191
+ Processing by PointlessFeedback::MessagesController#create as HTML
24192
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
24193
+  (0.1ms) SAVEPOINT active_record_1
24194
+ 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-24 17:17:00.285273"], ["updated_at", "2015-08-24 17:17:00.285273"]]
24195
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.7ms)
24196
+
24197
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 144.3ms
24198
+
24199
+ Sent mail to test1@example.com, test2@example.com (9.0ms)
24200
+ Date: Mon, 24 Aug 2015 11:17:00 -0600
24201
+ From: feedback@pointlesscorp.com
24202
+ To: test1@example.com,
24203
+ test2@example.com
24204
+ Message-ID: <55db518c6b365_75963fdb9a02dbd09471@Eliass-MacBook-Pro.local.mail>
24205
+ Subject: Feedback
24206
+ Mime-Version: 1.0
24207
+ Content-Type: text/html;
24208
+ charset=UTF-8
24209
+ Content-Transfer-Encoding: 7bit
24210
+
24211
+ You've got feedback!
24212
+
24213
+ <p>Name: Some Guy</p>
24214
+ <p>Email Address: some_guy@web.com</p>
24215
+ <p>Topic: Other</p>
24216
+ <p>Description: Yo website bork</p>
24217
+
24218
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24219
+ Redirected to http://test.host/dashboard
24220
+ Completed 302 Found in 200ms (ActiveRecord: 0.5ms)
24221
+  (0.4ms) rollback transaction
24222
+  (0.0ms) begin transaction
24223
+ -----------------------------------------------------------------------------------------------------------------------------------------------
24224
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0002_anonymous
24225
+ -----------------------------------------------------------------------------------------------------------------------------------------------
24226
+ Processing by PointlessFeedback::MessagesController#create as HTML
24227
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
24228
+  (0.0ms) SAVEPOINT active_record_1
24229
+ 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-24 17:17:00.446341"], ["updated_at", "2015-08-24 17:17:00.446341"]]
24230
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
24231
+
24232
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
24233
+
24234
+ Sent mail to test1@example.com, test2@example.com (1.9ms)
24235
+ Date: Mon, 24 Aug 2015 11:17:00 -0600
24236
+ From: feedback@pointlesscorp.com
24237
+ To: test1@example.com,
24238
+ test2@example.com
24239
+ Message-ID: <55db518c6dc72_75963fdb9a02dbd0953@Eliass-MacBook-Pro.local.mail>
24240
+ Subject: Feedback
24241
+ Mime-Version: 1.0
24242
+ Content-Type: text/html;
24243
+ charset=UTF-8
24244
+ Content-Transfer-Encoding: 7bit
24245
+
24246
+ You've got feedback!
24247
+
24248
+ <p>Name: Some Guy</p>
24249
+ <p>Email Address: some_guy@web.com</p>
24250
+ <p>Topic: Other</p>
24251
+ <p>Description: Yo website bork</p>
24252
+
24253
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24254
+ Redirected to http://test.host/dashboard
24255
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
24256
+  (0.4ms) rollback transaction
24257
+  (0.1ms) begin transaction
24258
+ -----------------------------------------------------------------------------------------------------------------------------------------------
24259
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0003_anonymous
24260
+ -----------------------------------------------------------------------------------------------------------------------------------------------
24261
+ Processing by PointlessFeedback::MessagesController#create as HTML
24262
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
24263
+  (0.1ms) SAVEPOINT active_record_1
24264
+ 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-24 17:17:00.454600"], ["updated_at", "2015-08-24 17:17:00.454600"]]
24265
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
24266
+
24267
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
24268
+
24269
+ Sent mail to test1@example.com, test2@example.com (2.0ms)
24270
+ Date: Mon, 24 Aug 2015 11:17:00 -0600
24271
+ From: feedback@pointlesscorp.com
24272
+ To: test1@example.com,
24273
+ test2@example.com
24274
+ Message-ID: <55db518c6fc7c_75963fdb9a02dbd09694@Eliass-MacBook-Pro.local.mail>
24275
+ Subject: Feedback
24276
+ Mime-Version: 1.0
24277
+ Content-Type: text/html;
24278
+ charset=UTF-8
24279
+ Content-Transfer-Encoding: 7bit
24280
+
24281
+ You've got feedback!
24282
+
24283
+ <p>Name: Some Guy</p>
24284
+ <p>Email Address: some_guy@web.com</p>
24285
+ <p>Topic: Other</p>
24286
+ <p>Description: Yo website bork</p>
24287
+
24288
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24289
+ Redirected to http://test.host/dashboard
24290
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
24291
+  (0.4ms) rollback transaction
24292
+  (0.1ms) begin transaction
24293
+ ---------------------------------------------------------------
24294
+ PointlessFeedback::FeedbackMailerTest: test_0001_feedback email
24295
+ ---------------------------------------------------------------
24296
+  (0.1ms) SAVEPOINT active_record_1
24297
+ 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-24 17:17:00.462633"], ["updated_at", "2015-08-24 17:17:00.462633"]]
24298
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
24299
+
24300
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
24301
+
24302
+ Sent mail to to@example.com (1.9ms)
24303
+ Date: Mon, 24 Aug 2015 11:17:00 -0600
24304
+ From: feedback@pointlesscorp.com
24305
+ To: to@example.com
24306
+ Message-ID: <55db518c71af3_75963fdb9a02dbd09788@Eliass-MacBook-Pro.local.mail>
24307
+ Subject: Feedback
24308
+ Mime-Version: 1.0
24309
+ Content-Type: text/html;
24310
+ charset=UTF-8
24311
+ Content-Transfer-Encoding: 7bit
24312
+
24313
+ You've got feedback!
24314
+
24315
+ <p>Name: A Developer</p>
24316
+ <p>Email Address: developer@pointlesscorp.com</p>
24317
+ <p>Topic: Other</p>
24318
+ <p>Description: Site is broke</p>
24319
+
24320
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24321
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
24322
+
24323
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
24324
+  (0.4ms) rollback transaction
24325
+  (0.0ms) begin transaction
24326
+ --------------------------------------------------------------------
24327
+ PointlessFeedback::FeedbackMailerTest: test_0002_feedback email body
24328
+ --------------------------------------------------------------------
24329
+  (0.1ms) SAVEPOINT active_record_1
24330
+ 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-24 17:17:00.470948"], ["updated_at", "2015-08-24 17:17:00.470948"]]
24331
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
24332
+
24333
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.2ms
24334
+
24335
+ Sent mail to to@example.com (2.7ms)
24336
+ Date: Mon, 24 Aug 2015 11:17:00 -0600
24337
+ From: feedback@pointlesscorp.com
24338
+ To: to@example.com
24339
+ Message-ID: <55db518c73cd0_75963fdb9a02dbd09818@Eliass-MacBook-Pro.local.mail>
24340
+ Subject: Feedback
24341
+ Mime-Version: 1.0
24342
+ Content-Type: text/html;
24343
+ charset=UTF-8
24344
+ Content-Transfer-Encoding: 7bit
24345
+
24346
+ You've got feedback!
24347
+
24348
+ <p>Name: A Developer</p>
24349
+ <p>Email Address: developer@pointlesscorp.com</p>
24350
+ <p>Topic: Other</p>
24351
+ <p>Description: Site is broke</p>
24352
+
24353
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24354
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
24355
+
24356
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.2ms
24357
+  (0.5ms) rollback transaction
24358
+  (0.0ms) begin transaction
24359
+ -----------------------------------------------------------------------------
24360
+ PointlessFeedback::FeedbackMailerTest: test_0003_feedback from email when set
24361
+ -----------------------------------------------------------------------------
24362
+  (0.1ms) SAVEPOINT active_record_1
24363
+ 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-24 17:17:00.480797"], ["updated_at", "2015-08-24 17:17:00.480797"]]
24364
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
24365
+
24366
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
24367
+
24368
+ Sent mail to to@example.com (1.8ms)
24369
+ Date: Mon, 24 Aug 2015 11:17:00 -0600
24370
+ From: feedback@pointlesscorp.com
24371
+ To: to@example.com
24372
+ Message-ID: <55db518c7622c_75963fdb9a02dbd0999f@Eliass-MacBook-Pro.local.mail>
24373
+ Subject: Feedback
24374
+ Mime-Version: 1.0
24375
+ Content-Type: text/html;
24376
+ charset=UTF-8
24377
+ Content-Transfer-Encoding: 7bit
24378
+
24379
+ You've got feedback!
24380
+
24381
+ <p>Name: A Developer</p>
24382
+ <p>Email Address: developer@pointlesscorp.com</p>
24383
+ <p>Topic: Other</p>
24384
+ <p>Description: Site is broke</p>
24385
+
24386
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24387
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
24388
+
24389
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
24390
+  (0.4ms) rollback transaction
24391
+  (0.0ms) begin transaction
24392
+ -------------------------------------------------------------------------------------------
24393
+ PointlessFeedback::FeedbackMailerTest: test_0004_feedback from email when set as the sender
24394
+ -------------------------------------------------------------------------------------------
24395
+  (0.0ms) SAVEPOINT active_record_1
24396
+ 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-24 17:17:00.488627"], ["updated_at", "2015-08-24 17:17:00.488627"]]
24397
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
24398
+
24399
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
24400
+
24401
+ Sent mail to to@example.com (2.2ms)
24402
+ Date: Mon, 24 Aug 2015 11:17:00 -0600
24403
+ From: from@example.com
24404
+ To: to@example.com
24405
+ Message-ID: <55db518c77fe1_75963fdb9a02dbd01001a@Eliass-MacBook-Pro.local.mail>
24406
+ Subject: Feedback
24407
+ Mime-Version: 1.0
24408
+ Content-Type: text/html;
24409
+ charset=UTF-8
24410
+ Content-Transfer-Encoding: 7bit
24411
+
24412
+ You've got feedback!
24413
+
24414
+ <p>Name: A Developer</p>
24415
+ <p>Email Address: developer@pointlesscorp.com</p>
24416
+ <p>Topic: Other</p>
24417
+ <p>Description: Site is broke</p>
24418
+
24419
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24420
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
24421
+
24422
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.3ms
24423
+  (0.4ms) rollback transaction
24424
+  (0.1ms) begin transaction
24425
+ ---------------------------------------------------------------------------------
24426
+ FeedbackSubmissionTest::submitting feedback: test_0001_redirects to the root path
24427
+ ---------------------------------------------------------------------------------
24428
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:17:00 -0600
24429
+ Processing by PointlessFeedback::MessagesController#new as HTML
24430
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.2ms)
24431
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
24432
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:17:00 -0600
24433
+ Processing by PointlessFeedback::MessagesController#create as HTML
24434
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
24435
+  (0.1ms) SAVEPOINT active_record_1
24436
+ 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-24 17:17:00.513313"], ["updated_at", "2015-08-24 17:17:00.513313"]]
24437
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
24438
+
24439
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.3ms
24440
+
24441
+ Sent mail to to@example.com (1.9ms)
24442
+ Date: Mon, 24 Aug 2015 11:17:00 -0600
24443
+ From: eli@example.com
24444
+ To: to@example.com
24445
+ Message-ID: <55db518c7e31c_75963fdb9a02dbd01014d@Eliass-MacBook-Pro.local.mail>
24446
+ Subject: Feedback
24447
+ Mime-Version: 1.0
24448
+ Content-Type: text/html;
24449
+ charset=UTF-8
24450
+ Content-Transfer-Encoding: 7bit
24451
+
24452
+ You've got feedback!
24453
+
24454
+ <p>Name: Eli</p>
24455
+ <p>Email Address: eli@example.com</p>
24456
+ <p>Topic: Other</p>
24457
+ <p>Description: This site is awful</p>
24458
+
24459
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24460
+ Redirected to http://www.example.com/
24461
+ Completed 302 Found in 15ms (ActiveRecord: 0.5ms)
24462
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:17:00 -0600
24463
+ Processing by HomeController#index as HTML
24464
+ Rendered home/index.html.erb within layouts/application (0.8ms)
24465
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
24466
+  (0.4ms) rollback transaction
24467
+  (0.1ms) begin transaction
24468
+ ----------------------------------------------------------------------------------
24469
+ FeedbackSubmissionTest::submitting feedback: test_0002_thanks message is displayed
24470
+ ----------------------------------------------------------------------------------
24471
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:17:00 -0600
24472
+ Processing by PointlessFeedback::MessagesController#new as HTML
24473
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.3ms)
24474
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
24475
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:17:00 -0600
24476
+ Processing by PointlessFeedback::MessagesController#create as HTML
24477
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
24478
+  (0.1ms) SAVEPOINT active_record_1
24479
+ 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-24 17:17:00.552331"], ["updated_at", "2015-08-24 17:17:00.552331"]]
24480
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
24481
+
24482
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.2ms
24483
+
24484
+ Sent mail to to@example.com (1.9ms)
24485
+ Date: Mon, 24 Aug 2015 11:17:00 -0600
24486
+ From: eli@example.com
24487
+ To: to@example.com
24488
+ Message-ID: <55db518c87a49_75963fdb9a02dbd0102f8@Eliass-MacBook-Pro.local.mail>
24489
+ Subject: Feedback
24490
+ Mime-Version: 1.0
24491
+ Content-Type: text/html;
24492
+ charset=UTF-8
24493
+ Content-Transfer-Encoding: 7bit
24494
+
24495
+ You've got feedback!
24496
+
24497
+ <p>Name: Eli</p>
24498
+ <p>Email Address: eli@example.com</p>
24499
+ <p>Topic: Other</p>
24500
+ <p>Description: This site is awful</p>
24501
+
24502
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24503
+ Redirected to http://www.example.com/
24504
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
24505
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:17:00 -0600
24506
+ Processing by HomeController#index as HTML
24507
+ Rendered home/index.html.erb within layouts/application (0.3ms)
24508
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
24509
+  (0.4ms) rollback transaction
24510
+  (0.1ms) begin transaction
24511
+ -------------------------------------------------------------------------------------------------------------------
24512
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0001_redirects to the root path
24513
+ -------------------------------------------------------------------------------------------------------------------
24514
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:17:00 -0600
24515
+ Processing by PointlessFeedback::MessagesController#new as HTML
24516
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (1.9ms)
24517
+ Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
24518
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:17:00 -0600
24519
+ Processing by PointlessFeedback::MessagesController#create as HTML
24520
+ 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"}
24521
+  (0.1ms) SAVEPOINT active_record_1
24522
+ 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-24 17:17:00.577765"], ["updated_at", "2015-08-24 17:17:00.577765"]]
24523
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24524
+ Redirected to http://www.example.com/
24525
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
24526
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:17:00 -0600
24527
+ Processing by HomeController#index as HTML
24528
+ Rendered home/index.html.erb within layouts/application (0.3ms)
24529
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
24530
+  (0.4ms) rollback transaction
24531
+  (0.1ms) begin transaction
24532
+ --------------------------------------------------------------------------------------------------------------------
24533
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0002_thanks message is displayed
24534
+ --------------------------------------------------------------------------------------------------------------------
24535
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:17:00 -0600
24536
+ Processing by PointlessFeedback::MessagesController#new as HTML
24537
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (1.9ms)
24538
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
24539
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:17:00 -0600
24540
+ Processing by PointlessFeedback::MessagesController#create as HTML
24541
+ 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"}
24542
+  (0.1ms) SAVEPOINT active_record_1
24543
+ 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-24 17:17:00.598117"], ["updated_at", "2015-08-24 17:17:00.598117"]]
24544
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24545
+ Redirected to http://www.example.com/
24546
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
24547
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:17:00 -0600
24548
+ Processing by HomeController#index as HTML
24549
+ Rendered home/index.html.erb within layouts/application (0.3ms)
24550
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
24551
+  (0.4ms) rollback transaction
24552
+  (0.1ms) begin transaction
24553
+ -------------------------------------------------------------------------------
24554
+ PointlessFeedback::MessageTest::validating topics: test_0001_allows valid topic
24555
+ -------------------------------------------------------------------------------
24556
+  (0.0ms) rollback transaction
24557
+  (0.0ms) begin transaction
24558
+ -----------------------------------------------------------------------------------------
24559
+ PointlessFeedback::MessageTest::validating topics: test_0002_does not allow invalid topic
24560
+ -----------------------------------------------------------------------------------------
24561
+  (0.0ms) rollback transaction
24562
+  (0.1ms) begin transaction
24563
+ -------------------------------------------------------------------
24564
+ ViewsGeneratorTest: test_0001_Assert all views are properly created
24565
+ -------------------------------------------------------------------
24566
+  (0.1ms) rollback transaction
24567
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
24568
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
24569
+  (0.1ms) begin transaction
24570
+ -----------------------------------------------------------------------------------------
24571
+ PointlessFeedback::CaptchaTest::.pass?: test_0001_returns true if Google response is true
24572
+ -----------------------------------------------------------------------------------------
24573
+  (0.1ms) rollback transaction
24574
+  (0.0ms) begin transaction
24575
+ ---------------------------------------------------------------------------------------------------------------------------------
24576
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is false: test_0001_does not send any mail
24577
+ ---------------------------------------------------------------------------------------------------------------------------------
24578
+  (0.0ms) SAVEPOINT active_record_1
24579
+ 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-24 17:18:32.810310"], ["updated_at", "2015-08-24 17:18:32.810310"]]
24580
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24581
+  (1.6ms) rollback transaction
24582
+  (0.1ms) begin transaction
24583
+ ---------------------------------------------------------------
24584
+ PointlessFeedback::FeedbackMailerTest: test_0001_feedback email
24585
+ ---------------------------------------------------------------
24586
+  (0.1ms) SAVEPOINT active_record_1
24587
+ 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-24 17:18:32.956854"], ["updated_at", "2015-08-24 17:18:32.956854"]]
24588
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24589
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (1.2ms)
24590
+
24591
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 14.5ms
24592
+  (1.7ms) rollback transaction
24593
+  (0.0ms) begin transaction
24594
+ --------------------------------------------------------------------
24595
+ PointlessFeedback::FeedbackMailerTest: test_0002_feedback email body
24596
+ --------------------------------------------------------------------
24597
+  (0.0ms) SAVEPOINT active_record_1
24598
+ 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-24 17:18:32.979416"], ["updated_at", "2015-08-24 17:18:32.979416"]]
24599
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24600
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
24601
+
24602
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
24603
+  (0.4ms) rollback transaction
24604
+  (0.0ms) begin transaction
24605
+ -----------------------------------------------------------------------------
24606
+ PointlessFeedback::FeedbackMailerTest: test_0003_feedback from email when set
24607
+ -----------------------------------------------------------------------------
24608
+  (0.0ms) SAVEPOINT active_record_1
24609
+ 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-24 17:18:32.984037"], ["updated_at", "2015-08-24 17:18:32.984037"]]
24610
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24611
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
24612
+
24613
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 0.9ms
24614
+  (0.5ms) rollback transaction
24615
+  (0.0ms) begin transaction
24616
+ -------------------------------------------------------------------------------------------
24617
+ PointlessFeedback::FeedbackMailerTest: test_0004_feedback from email when set as the sender
24618
+ -------------------------------------------------------------------------------------------
24619
+  (0.0ms) SAVEPOINT active_record_1
24620
+ 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-24 17:18:32.988268"], ["updated_at", "2015-08-24 17:18:32.988268"]]
24621
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24622
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
24623
+
24624
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 0.9ms
24625
+  (0.3ms) rollback transaction
24626
+  (0.1ms) begin transaction
24627
+ -----------------------------------------------------------------------------------------------------------------------------------------------
24628
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0001_anonymous
24629
+ -----------------------------------------------------------------------------------------------------------------------------------------------
24630
+ Processing by PointlessFeedback::MessagesController#create as HTML
24631
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
24632
+  (0.1ms) SAVEPOINT active_record_1
24633
+ 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-24 17:18:33.001642"], ["updated_at", "2015-08-24 17:18:33.001642"]]
24634
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24635
+ Redirected to http://test.host/dashboard
24636
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
24637
+  (0.4ms) rollback transaction
24638
+  (0.0ms) begin transaction
24639
+ -----------------------------------------------------------------------------------------------------------------------------------------------
24640
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0002_anonymous
24641
+ -----------------------------------------------------------------------------------------------------------------------------------------------
24642
+ Processing by PointlessFeedback::MessagesController#create as HTML
24643
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
24644
+  (0.0ms) SAVEPOINT active_record_1
24645
+ 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-24 17:18:33.006566"], ["updated_at", "2015-08-24 17:18:33.006566"]]
24646
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24647
+ Redirected to http://test.host/dashboard
24648
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
24649
+  (0.4ms) rollback transaction
24650
+  (0.0ms) begin transaction
24651
+ -----------------------------------------------------------------------------------------------------------------------------------------------
24652
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0003_anonymous
24653
+ -----------------------------------------------------------------------------------------------------------------------------------------------
24654
+ Processing by PointlessFeedback::MessagesController#create as HTML
24655
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
24656
+  (0.0ms) SAVEPOINT active_record_1
24657
+ 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-24 17:18:33.010739"], ["updated_at", "2015-08-24 17:18:33.010739"]]
24658
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24659
+ Redirected to http://test.host/dashboard
24660
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
24661
+  (0.4ms) rollback transaction
24662
+  (0.1ms) begin transaction
24663
+ -------------------------------------------------------
24664
+ PointlessFeedback::MessageTest: test_0001_requires name
24665
+ -------------------------------------------------------
24666
+  (0.0ms) SAVEPOINT active_record_1
24667
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
24668
+  (0.0ms) rollback transaction
24669
+  (0.0ms) begin transaction
24670
+ ----------------------------------------------------------------
24671
+ PointlessFeedback::MessageTest: test_0002_requires email_address
24672
+ ----------------------------------------------------------------
24673
+  (0.0ms) SAVEPOINT active_record_1
24674
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
24675
+  (0.0ms) rollback transaction
24676
+  (0.1ms) begin transaction
24677
+ --------------------------------------------------------
24678
+ PointlessFeedback::MessageTest: test_0003_requires topic
24679
+ --------------------------------------------------------
24680
+  (0.0ms) SAVEPOINT active_record_1
24681
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
24682
+  (0.0ms) rollback transaction
24683
+  (0.0ms) begin transaction
24684
+ --------------------------------------------------------------
24685
+ PointlessFeedback::MessageTest: test_0004_requires description
24686
+ --------------------------------------------------------------
24687
+  (0.0ms) SAVEPOINT active_record_1
24688
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
24689
+  (0.0ms) rollback transaction
24690
+  (0.0ms) begin transaction
24691
+ ---------------------------------------------------------------------
24692
+ InstallGeneratorTest: test_0001_Assert all files are properly created
24693
+ ---------------------------------------------------------------------
24694
+  (0.1ms) rollback transaction
24695
+  (0.1ms) begin transaction
24696
+ -------------------------------------------------------------------
24697
+ ViewsGeneratorTest: test_0001_Assert all views are properly created
24698
+ -------------------------------------------------------------------
24699
+  (0.1ms) rollback transaction
24700
+  (0.1ms) begin transaction
24701
+ ---------------------------------------------------------------------------
24702
+ PointlessFeedback::MessagesControllerTest::getting new: test_0001_anonymous
24703
+ ---------------------------------------------------------------------------
24704
+ Processing by PointlessFeedback::MessagesController#new as HTML
24705
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (9.5ms)
24706
+ Completed 200 OK in 138ms (Views: 138.2ms | ActiveRecord: 0.0ms)
24707
+  (0.1ms) rollback transaction
24708
+  (0.0ms) begin transaction
24709
+ ---------------------------------------------------------------------------
24710
+ PointlessFeedback::MessagesControllerTest::getting new: test_0002_anonymous
24711
+ ---------------------------------------------------------------------------
24712
+ Processing by PointlessFeedback::MessagesController#new as HTML
24713
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.2ms)
24714
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
24715
+  (0.1ms) rollback transaction
24716
+  (0.1ms) begin transaction
24717
+ ---------------------------------------------------------------------------
24718
+ PointlessFeedback::MessagesControllerTest::getting new: test_0003_anonymous
24719
+ ---------------------------------------------------------------------------
24720
+ Processing by PointlessFeedback::MessagesController#new as HTML
24721
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (1.9ms)
24722
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
24723
+  (0.1ms) rollback transaction
24724
+  (0.0ms) begin transaction
24725
+ -------------------------------------------------------------------------------------------------------------------
24726
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0001_redirects to the root path
24727
+ -------------------------------------------------------------------------------------------------------------------
24728
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:18:33 -0600
24729
+ Processing by PointlessFeedback::MessagesController#new as HTML
24730
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (1.9ms)
24731
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
24732
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:18:33 -0600
24733
+ Processing by PointlessFeedback::MessagesController#create as HTML
24734
+ 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"}
24735
+  (0.1ms) SAVEPOINT active_record_1
24736
+ 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-24 17:18:33.205797"], ["updated_at", "2015-08-24 17:18:33.205797"]]
24737
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24738
+ Redirected to http://www.example.com/
24739
+ Completed 302 Found in 11ms (ActiveRecord: 0.4ms)
24740
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:18:33 -0600
24741
+ Processing by HomeController#index as HTML
24742
+ Rendered home/index.html.erb within layouts/application (0.8ms)
24743
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
24744
+  (0.4ms) rollback transaction
24745
+  (0.0ms) begin transaction
24746
+ --------------------------------------------------------------------------------------------------------------------
24747
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0002_thanks message is displayed
24748
+ --------------------------------------------------------------------------------------------------------------------
24749
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:18:33 -0600
24750
+ Processing by PointlessFeedback::MessagesController#new as HTML
24751
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.1ms)
24752
+ Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
24753
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:18:33 -0600
24754
+ Processing by PointlessFeedback::MessagesController#create as HTML
24755
+ 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"}
24756
+  (0.1ms) SAVEPOINT active_record_1
24757
+ 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-24 17:18:33.239778"], ["updated_at", "2015-08-24 17:18:33.239778"]]
24758
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24759
+ Redirected to http://www.example.com/
24760
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
24761
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:18:33 -0600
24762
+ Processing by HomeController#index as HTML
24763
+ Rendered home/index.html.erb within layouts/application (0.3ms)
24764
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
24765
+  (0.5ms) rollback transaction
24766
+  (0.0ms) begin transaction
24767
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
24768
+ 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
24769
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
24770
+  (0.1ms) SAVEPOINT active_record_1
24771
+ 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-24 17:18:33.248516"], ["updated_at", "2015-08-24 17:18:33.248516"]]
24772
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24773
+  (0.4ms) rollback transaction
24774
+  (0.1ms) begin transaction
24775
+ -------------------------------------------------------------------------------
24776
+ PointlessFeedback::MessageTest::validating topics: test_0001_allows valid topic
24777
+ -------------------------------------------------------------------------------
24778
+  (0.1ms) rollback transaction
24779
+  (0.1ms) begin transaction
24780
+ -----------------------------------------------------------------------------------------
24781
+ PointlessFeedback::MessageTest::validating topics: test_0002_does not allow invalid topic
24782
+ -----------------------------------------------------------------------------------------
24783
+  (0.0ms) rollback transaction
24784
+  (0.0ms) begin transaction
24785
+ ---------------------------------------------------------------------------------------------------------------------------------
24786
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is true: test_0001_sends mail after create
24787
+ ---------------------------------------------------------------------------------------------------------------------------------
24788
+  (0.0ms) SAVEPOINT active_record_1
24789
+ 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-24 17:18:33.255722"], ["updated_at", "2015-08-24 17:18:33.255722"]]
24790
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24791
+  (0.3ms) rollback transaction
24792
+  (0.0ms) begin transaction
24793
+ ---------------------------------------------------------------------------------
24794
+ FeedbackSubmissionTest::submitting feedback: test_0001_redirects to the root path
24795
+ ---------------------------------------------------------------------------------
24796
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:18:33 -0600
24797
+ Processing by PointlessFeedback::MessagesController#new as HTML
24798
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.3ms)
24799
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
24800
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:18:33 -0600
24801
+ Processing by PointlessFeedback::MessagesController#create as HTML
24802
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
24803
+  (0.1ms) SAVEPOINT active_record_1
24804
+ 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-24 17:18:33.271409"], ["updated_at", "2015-08-24 17:18:33.271409"]]
24805
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
24806
+
24807
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.2ms
24808
+
24809
+ Sent mail to test1@example.com, test2@example.com (3.7ms)
24810
+ Date: Mon, 24 Aug 2015 11:18:33 -0600
24811
+ From: eli@example.com
24812
+ To: test1@example.com,
24813
+ test2@example.com
24814
+ Message-ID: <55db51e9433fe_75ad3fd264c2dbb8888de@Eliass-MacBook-Pro.local.mail>
24815
+ Subject: Feedback
24816
+ Mime-Version: 1.0
24817
+ Content-Type: text/html;
24818
+ charset=UTF-8
24819
+ Content-Transfer-Encoding: 7bit
24820
+
24821
+ You've got feedback!
24822
+
24823
+ <p>Name: Eli</p>
24824
+ <p>Email Address: eli@example.com</p>
24825
+ <p>Topic: Other</p>
24826
+ <p>Description: This site is awful</p>
24827
+
24828
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24829
+ Redirected to http://www.example.com/
24830
+ Completed 302 Found in 8ms (ActiveRecord: 0.4ms)
24831
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:18:33 -0600
24832
+ Processing by HomeController#index as HTML
24833
+ Rendered home/index.html.erb within layouts/application (0.3ms)
24834
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
24835
+  (0.5ms) rollback transaction
24836
+  (0.1ms) begin transaction
24837
+ ----------------------------------------------------------------------------------
24838
+ FeedbackSubmissionTest::submitting feedback: test_0002_thanks message is displayed
24839
+ ----------------------------------------------------------------------------------
24840
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:18:33 -0600
24841
+ Processing by PointlessFeedback::MessagesController#new as HTML
24842
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.0ms)
24843
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
24844
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:18:33 -0600
24845
+ Processing by PointlessFeedback::MessagesController#create as HTML
24846
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
24847
+  (0.1ms) SAVEPOINT active_record_1
24848
+ 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-24 17:18:33.296130"], ["updated_at", "2015-08-24 17:18:33.296130"]]
24849
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
24850
+
24851
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
24852
+
24853
+ Sent mail to test1@example.com, test2@example.com (2.1ms)
24854
+ Date: Mon, 24 Aug 2015 11:18:33 -0600
24855
+ From: eli@example.com
24856
+ To: test1@example.com,
24857
+ test2@example.com
24858
+ Message-ID: <55db51e94922d_75ad3fd264c2dbb8889a8@Eliass-MacBook-Pro.local.mail>
24859
+ Subject: Feedback
24860
+ Mime-Version: 1.0
24861
+ Content-Type: text/html;
24862
+ charset=UTF-8
24863
+ Content-Transfer-Encoding: 7bit
24864
+
24865
+ You've got feedback!
24866
+
24867
+ <p>Name: Eli</p>
24868
+ <p>Email Address: eli@example.com</p>
24869
+ <p>Topic: Other</p>
24870
+ <p>Description: This site is awful</p>
24871
+
24872
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24873
+ Redirected to http://www.example.com/
24874
+ Completed 302 Found in 7ms (ActiveRecord: 0.4ms)
24875
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:18:33 -0600
24876
+ Processing by HomeController#index as HTML
24877
+ Rendered home/index.html.erb within layouts/application (0.3ms)
24878
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
24879
+  (0.5ms) rollback transaction
24880
+  (0.1ms) begin transaction
24881
+ ----------------------------------------------------------------------------------------
24882
+ PointlessFeedback::MessageTest::validating email: test_0001_allows a valid email address
24883
+ ----------------------------------------------------------------------------------------
24884
+  (0.1ms) rollback transaction
24885
+  (0.0ms) begin transaction
24886
+ -------------------------------------------------------------------------------------------------
24887
+ PointlessFeedback::MessageTest::validating email: test_0002_does not allow invalid emails address
24888
+ -------------------------------------------------------------------------------------------------
24889
+  (0.0ms) rollback transaction
24890
+  (0.1ms) begin transaction
24891
+ -----------------------------------------------------------------------------------------------------------------
24892
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0001_outputs named path from the main app
24893
+ -----------------------------------------------------------------------------------------------------------------
24894
+  (0.1ms) rollback transaction
24895
+  (0.0ms) begin transaction
24896
+ ----------------------------------------------------------------------------------------------------------------
24897
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0002_outputs named url from the main app
24898
+ ----------------------------------------------------------------------------------------------------------------
24899
+  (0.0ms) rollback transaction
24900
+  (0.0ms) begin transaction
24901
+ ---------------------------------------------------------------------------------------------------------------
24902
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0003_raises exception with other routes
24903
+ ---------------------------------------------------------------------------------------------------------------
24904
+  (0.0ms) rollback transaction
24905
+  (0.0ms) begin transaction
24906
+ --------------------------------------
24907
+ PointlessFeedbackTest: test_0001_truth
24908
+ --------------------------------------
24909
+  (0.0ms) rollback transaction
24910
+  (0.0ms) begin transaction
24911
+ ------------------------------------------------------------------------------------------------------
24912
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0001_anonymous
24913
+ ------------------------------------------------------------------------------------------------------
24914
+ Processing by PointlessFeedback::MessagesController#create as HTML
24915
+ Parameters: {"message"=>{"name"=>""}}
24916
+  (0.1ms) SAVEPOINT active_record_1
24917
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
24918
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.5ms)
24919
+ Completed 200 OK in 8ms (Views: 4.9ms | ActiveRecord: 0.1ms)
24920
+  (0.1ms) rollback transaction
24921
+  (0.0ms) begin transaction
24922
+ ------------------------------------------------------------------------------------------------------
24923
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0002_anonymous
24924
+ ------------------------------------------------------------------------------------------------------
24925
+ Processing by PointlessFeedback::MessagesController#create as HTML
24926
+ Parameters: {"message"=>{"name"=>""}}
24927
+  (0.0ms) SAVEPOINT active_record_1
24928
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
24929
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.7ms)
24930
+ Completed 200 OK in 9ms (Views: 5.1ms | ActiveRecord: 0.1ms)
24931
+  (0.1ms) rollback transaction
24932
+  (0.0ms) begin transaction
24933
+ ------------------------------------------------------------------------------------------------------
24934
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0003_anonymous
24935
+ ------------------------------------------------------------------------------------------------------
24936
+ Processing by PointlessFeedback::MessagesController#create as HTML
24937
+ Parameters: {"message"=>{"name"=>""}}
24938
+  (0.0ms) SAVEPOINT active_record_1
24939
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
24940
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.3ms)
24941
+ Completed 200 OK in 8ms (Views: 4.6ms | ActiveRecord: 0.1ms)
24942
+  (0.1ms) rollback transaction
24943
+  (0.1ms) begin transaction
24944
+ -----------------------------------------------------------------------
24945
+ MainAppRootUrlTest: test_0001_root_url link points to main_app.root_url
24946
+ -----------------------------------------------------------------------
24947
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:18:33 -0600
24948
+ Processing by PointlessFeedback::MessagesController#new as HTML
24949
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.3ms)
24950
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
24951
+  (0.1ms) rollback transaction
24952
+  (0.0ms) begin transaction
24953
+ --------------------------------------------------------------------------------------------------------------------------------------------
24954
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0001_anonymous
24955
+ --------------------------------------------------------------------------------------------------------------------------------------------
24956
+ Processing by PointlessFeedback::MessagesController#create as HTML
24957
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
24958
+  (0.1ms) SAVEPOINT active_record_1
24959
+ 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-24 17:18:33.362130"], ["updated_at", "2015-08-24 17:18:33.362130"]]
24960
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
24961
+
24962
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.2ms
24963
+
24964
+ Sent mail to test1@example.com, test2@example.com (2.0ms)
24965
+ Date: Mon, 24 Aug 2015 11:18:33 -0600
24966
+ From: some_guy@web.com
24967
+ To: test1@example.com,
24968
+ test2@example.com
24969
+ Message-ID: <55db51e9593db_75ad3fd264c2dbb88907b@Eliass-MacBook-Pro.local.mail>
24970
+ Subject: Feedback
24971
+ Mime-Version: 1.0
24972
+ Content-Type: text/html;
24973
+ charset=UTF-8
24974
+ Content-Transfer-Encoding: 7bit
24975
+
24976
+ You've got feedback!
24977
+
24978
+ <p>Name: Some Guy</p>
24979
+ <p>Email Address: some_guy@web.com</p>
24980
+ <p>Topic: Other</p>
24981
+ <p>Description: Yo website bork</p>
24982
+
24983
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24984
+ Redirected to http://test.host/
24985
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
24986
+  (0.6ms) rollback transaction
24987
+  (0.1ms) begin transaction
24988
+ --------------------------------------------------------------------------------------------------------------------------------------------
24989
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0002_anonymous
24990
+ --------------------------------------------------------------------------------------------------------------------------------------------
24991
+ Processing by PointlessFeedback::MessagesController#create as HTML
24992
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
24993
+  (0.1ms) SAVEPOINT active_record_1
24994
+ 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-24 17:18:33.371026"], ["updated_at", "2015-08-24 17:18:33.371026"]]
24995
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
24996
+
24997
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
24998
+
24999
+ Sent mail to test1@example.com, test2@example.com (2.2ms)
25000
+ Date: Mon, 24 Aug 2015 11:18:33 -0600
25001
+ From: some_guy@web.com
25002
+ To: test1@example.com,
25003
+ test2@example.com
25004
+ Message-ID: <55db51e95b789_75ad3fd264c2dbb88912@Eliass-MacBook-Pro.local.mail>
25005
+ Subject: Feedback
25006
+ Mime-Version: 1.0
25007
+ Content-Type: text/html;
25008
+ charset=UTF-8
25009
+ Content-Transfer-Encoding: 7bit
25010
+
25011
+ You've got feedback!
25012
+
25013
+ <p>Name: Some Guy</p>
25014
+ <p>Email Address: some_guy@web.com</p>
25015
+ <p>Topic: Other</p>
25016
+ <p>Description: Yo website bork</p>
25017
+
25018
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25019
+ Redirected to http://test.host/
25020
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
25021
+  (0.4ms) rollback transaction
25022
+  (0.1ms) begin transaction
25023
+ --------------------------------------------------------------------------------------------------------------------------------------------
25024
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0003_anonymous
25025
+ --------------------------------------------------------------------------------------------------------------------------------------------
25026
+ Processing by PointlessFeedback::MessagesController#create as HTML
25027
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
25028
+  (0.0ms) SAVEPOINT active_record_1
25029
+ 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-24 17:18:33.379782"], ["updated_at", "2015-08-24 17:18:33.379782"]]
25030
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
25031
+
25032
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
25033
+
25034
+ Sent mail to test1@example.com, test2@example.com (2.0ms)
25035
+ Date: Mon, 24 Aug 2015 11:18:33 -0600
25036
+ From: some_guy@web.com
25037
+ To: test1@example.com,
25038
+ test2@example.com
25039
+ Message-ID: <55db51e95d8ca_75ad3fd264c2dbb8892ef@Eliass-MacBook-Pro.local.mail>
25040
+ Subject: Feedback
25041
+ Mime-Version: 1.0
25042
+ Content-Type: text/html;
25043
+ charset=UTF-8
25044
+ Content-Transfer-Encoding: 7bit
25045
+
25046
+ You've got feedback!
25047
+
25048
+ <p>Name: Some Guy</p>
25049
+ <p>Email Address: some_guy@web.com</p>
25050
+ <p>Topic: Other</p>
25051
+ <p>Description: Yo website bork</p>
25052
+
25053
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25054
+ Redirected to http://test.host/
25055
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
25056
+  (0.3ms) rollback transaction
25057
+  (0.1ms) begin transaction
25058
+ ----------------------------------------------------------------------------------------------------
25059
+ PointlessFeedback::MessageTest::validating against spam: test_0001_allows descriptions with no links
25060
+ ----------------------------------------------------------------------------------------------------
25061
+  (0.0ms) rollback transaction
25062
+  (0.0ms) begin transaction
25063
+ -------------------------------------------------------------------------------------------------------------------
25064
+ PointlessFeedback::MessageTest::validating against spam: test_0002_does not allow descriptions with 3 or more links
25065
+ -------------------------------------------------------------------------------------------------------------------
25066
+  (0.0ms) rollback transaction
25067
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
25068
+  (0.1ms) begin transaction
25069
+ -------------------------------------------------------------------
25070
+ ViewsGeneratorTest: test_0001_Assert all views are properly created
25071
+ -------------------------------------------------------------------
25072
+  (0.1ms) rollback transaction
25073
+  (0.0ms) begin transaction
25074
+ -------------------------------------------------------------------------------
25075
+ PointlessFeedback::MessageTest::validating topics: test_0001_allows valid topic
25076
+ -------------------------------------------------------------------------------
25077
+  (0.1ms) rollback transaction
25078
+  (0.1ms) begin transaction
25079
+ -----------------------------------------------------------------------------------------
25080
+ PointlessFeedback::MessageTest::validating topics: test_0002_does not allow invalid topic
25081
+ -----------------------------------------------------------------------------------------
25082
+  (0.1ms) rollback transaction
25083
+  (0.0ms) begin transaction
25084
+ ---------------------------------------------------------------------------------------------------------------------------------
25085
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is true: test_0001_sends mail after create
25086
+ ---------------------------------------------------------------------------------------------------------------------------------
25087
+  (0.1ms) SAVEPOINT active_record_1
25088
+ 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-24 17:19:30.203848"], ["updated_at", "2015-08-24 17:19:30.203848"]]
25089
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25090
+  (0.4ms) rollback transaction
25091
+  (0.0ms) begin transaction
25092
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25093
+ 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
25094
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25095
+  (0.0ms) SAVEPOINT active_record_1
25096
+ 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-24 17:19:30.210796"], ["updated_at", "2015-08-24 17:19:30.210796"]]
25097
+  (0.0ms) RELEASE SAVEPOINT active_record_1
25098
+  (0.3ms) rollback transaction
25099
+  (0.0ms) begin transaction
25100
+ ---------------------------------------------------------------
25101
+ PointlessFeedback::FeedbackMailerTest: test_0001_feedback email
25102
+ ---------------------------------------------------------------
25103
+  (0.1ms) SAVEPOINT active_record_1
25104
+ 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-24 17:19:30.356659"], ["updated_at", "2015-08-24 17:19:30.356659"]]
25105
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (1.2ms)
25106
+
25107
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 11.2ms
25108
+
25109
+ Sent mail to to@example.com (5.1ms)
25110
+ Date: Mon, 24 Aug 2015 11:19:30 -0600
25111
+ From: feedback@pointlesscorp.com
25112
+ To: to@example.com
25113
+ Message-ID: <55db52225b34b_75ba3fe73902dbd024633@Eliass-MacBook-Pro.local.mail>
25114
+ Subject: Feedback
25115
+ Mime-Version: 1.0
25116
+ Content-Type: text/html;
25117
+ charset=UTF-8
25118
+ Content-Transfer-Encoding: 7bit
25119
+
25120
+ You've got feedback!
25121
+
25122
+ <p>Name: A Developer</p>
25123
+ <p>Email Address: developer@pointlesscorp.com</p>
25124
+ <p>Topic: Other</p>
25125
+ <p>Description: Site is broke</p>
25126
+
25127
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25128
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
25129
+
25130
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
25131
+  (1.7ms) rollback transaction
25132
+  (0.0ms) begin transaction
25133
+ --------------------------------------------------------------------
25134
+ PointlessFeedback::FeedbackMailerTest: test_0002_feedback email body
25135
+ --------------------------------------------------------------------
25136
+  (0.0ms) SAVEPOINT active_record_1
25137
+ 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-24 17:19:30.381101"], ["updated_at", "2015-08-24 17:19:30.381101"]]
25138
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
25139
+
25140
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
25141
+
25142
+ Sent mail to to@example.com (1.7ms)
25143
+ Date: Mon, 24 Aug 2015 11:19:30 -0600
25144
+ From: feedback@pointlesscorp.com
25145
+ To: to@example.com
25146
+ Message-ID: <55db52225dc8c_75ba3fe73902dbd0247f4@Eliass-MacBook-Pro.local.mail>
25147
+ Subject: Feedback
25148
+ Mime-Version: 1.0
25149
+ Content-Type: text/html;
25150
+ charset=UTF-8
25151
+ Content-Transfer-Encoding: 7bit
25152
+
25153
+ You've got feedback!
25154
+
25155
+ <p>Name: A Developer</p>
25156
+ <p>Email Address: developer@pointlesscorp.com</p>
25157
+ <p>Topic: Other</p>
25158
+ <p>Description: Site is broke</p>
25159
+
25160
+  (0.0ms) RELEASE SAVEPOINT active_record_1
25161
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.0ms)
25162
+
25163
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 0.8ms
25164
+  (0.4ms) rollback transaction
25165
+  (0.0ms) begin transaction
25166
+ -----------------------------------------------------------------------------
25167
+ PointlessFeedback::FeedbackMailerTest: test_0003_feedback from email when set
25168
+ -----------------------------------------------------------------------------
25169
+  (0.1ms) SAVEPOINT active_record_1
25170
+ 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-24 17:19:30.388791"], ["updated_at", "2015-08-24 17:19:30.388791"]]
25171
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
25172
+
25173
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
25174
+
25175
+ Sent mail to to@example.com (1.8ms)
25176
+ Date: Mon, 24 Aug 2015 11:19:30 -0600
25177
+ From: feedback@pointlesscorp.com
25178
+ To: to@example.com
25179
+ Message-ID: <55db52225fb2d_75ba3fe73902dbd0248bb@Eliass-MacBook-Pro.local.mail>
25180
+ Subject: Feedback
25181
+ Mime-Version: 1.0
25182
+ Content-Type: text/html;
25183
+ charset=UTF-8
25184
+ Content-Transfer-Encoding: 7bit
25185
+
25186
+ You've got feedback!
25187
+
25188
+ <p>Name: A Developer</p>
25189
+ <p>Email Address: developer@pointlesscorp.com</p>
25190
+ <p>Topic: Other</p>
25191
+ <p>Description: Site is broke</p>
25192
+
25193
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25194
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
25195
+
25196
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
25197
+  (0.3ms) rollback transaction
25198
+  (0.0ms) begin transaction
25199
+ -------------------------------------------------------------------------------------------
25200
+ PointlessFeedback::FeedbackMailerTest: test_0004_feedback from email when set as the sender
25201
+ -------------------------------------------------------------------------------------------
25202
+  (0.0ms) SAVEPOINT active_record_1
25203
+ 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-24 17:19:30.396665"], ["updated_at", "2015-08-24 17:19:30.396665"]]
25204
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
25205
+
25206
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
25207
+
25208
+ Sent mail to to@example.com (1.7ms)
25209
+ Date: Mon, 24 Aug 2015 11:19:30 -0600
25210
+ From: from@example.com
25211
+ To: to@example.com
25212
+ Message-ID: <55db5222618bb_75ba3fe73902dbd024973@Eliass-MacBook-Pro.local.mail>
25213
+ Subject: Feedback
25214
+ Mime-Version: 1.0
25215
+ Content-Type: text/html;
25216
+ charset=UTF-8
25217
+ Content-Transfer-Encoding: 7bit
25218
+
25219
+ You've got feedback!
25220
+
25221
+ <p>Name: A Developer</p>
25222
+ <p>Email Address: developer@pointlesscorp.com</p>
25223
+ <p>Topic: Other</p>
25224
+ <p>Description: Site is broke</p>
25225
+
25226
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25227
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.0ms)
25228
+
25229
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
25230
+  (0.4ms) rollback transaction
25231
+  (0.1ms) begin transaction
25232
+ ----------------------------------------------------------------------------------------------------
25233
+ PointlessFeedback::MessageTest::validating against spam: test_0001_allows descriptions with no links
25234
+ ----------------------------------------------------------------------------------------------------
25235
+  (0.0ms) rollback transaction
25236
+  (0.0ms) begin transaction
25237
+ -------------------------------------------------------------------------------------------------------------------
25238
+ PointlessFeedback::MessageTest::validating against spam: test_0002_does not allow descriptions with 3 or more links
25239
+ -------------------------------------------------------------------------------------------------------------------
25240
+  (0.0ms) rollback transaction
25241
+  (0.0ms) begin transaction
25242
+ ---------------------------------------------------------------------------------
25243
+ FeedbackSubmissionTest::submitting feedback: test_0001_redirects to the root path
25244
+ ---------------------------------------------------------------------------------
25245
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:19:30 -0600
25246
+ Processing by PointlessFeedback::MessagesController#new as HTML
25247
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (10.7ms)
25248
+ Completed 200 OK in 141ms (Views: 140.2ms | ActiveRecord: 0.0ms)
25249
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:19:30 -0600
25250
+ Processing by PointlessFeedback::MessagesController#create as HTML
25251
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
25252
+  (0.1ms) SAVEPOINT active_record_1
25253
+ 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-24 17:19:30.567154"], ["updated_at", "2015-08-24 17:19:30.567154"]]
25254
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
25255
+
25256
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.2ms
25257
+
25258
+ Sent mail to to@example.com (1.8ms)
25259
+ Date: Mon, 24 Aug 2015 11:19:30 -0600
25260
+ From: eli@example.com
25261
+ To: to@example.com
25262
+ Message-ID: <55db52228b43a_75ba3fe73902dbd0250fc@Eliass-MacBook-Pro.local.mail>
25263
+ Subject: Feedback
25264
+ Mime-Version: 1.0
25265
+ Content-Type: text/html;
25266
+ charset=UTF-8
25267
+ Content-Transfer-Encoding: 7bit
25268
+
25269
+ You've got feedback!
25270
+
25271
+ <p>Name: Eli</p>
25272
+ <p>Email Address: eli@example.com</p>
25273
+ <p>Topic: Other</p>
25274
+ <p>Description: This site is awful</p>
25275
+
25276
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25277
+ Redirected to http://www.example.com/
25278
+ Completed 302 Found in 14ms (ActiveRecord: 0.4ms)
25279
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:19:30 -0600
25280
+ Processing by HomeController#index as HTML
25281
+ Rendered home/index.html.erb within layouts/application (0.6ms)
25282
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
25283
+  (0.5ms) rollback transaction
25284
+  (0.1ms) begin transaction
25285
+ ----------------------------------------------------------------------------------
25286
+ FeedbackSubmissionTest::submitting feedback: test_0002_thanks message is displayed
25287
+ ----------------------------------------------------------------------------------
25288
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:19:30 -0600
25289
+ Processing by PointlessFeedback::MessagesController#new as HTML
25290
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.1ms)
25291
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
25292
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:19:30 -0600
25293
+ Processing by PointlessFeedback::MessagesController#create as HTML
25294
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
25295
+  (0.1ms) SAVEPOINT active_record_1
25296
+ 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-24 17:19:30.602028"], ["updated_at", "2015-08-24 17:19:30.602028"]]
25297
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
25298
+
25299
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
25300
+
25301
+ Sent mail to to@example.com (1.8ms)
25302
+ Date: Mon, 24 Aug 2015 11:19:30 -0600
25303
+ From: eli@example.com
25304
+ To: to@example.com
25305
+ Message-ID: <55db522293c21_75ba3fe73902dbd02511a@Eliass-MacBook-Pro.local.mail>
25306
+ Subject: Feedback
25307
+ Mime-Version: 1.0
25308
+ Content-Type: text/html;
25309
+ charset=UTF-8
25310
+ Content-Transfer-Encoding: 7bit
25311
+
25312
+ You've got feedback!
25313
+
25314
+ <p>Name: Eli</p>
25315
+ <p>Email Address: eli@example.com</p>
25316
+ <p>Topic: Other</p>
25317
+ <p>Description: This site is awful</p>
25318
+
25319
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25320
+ Redirected to http://www.example.com/
25321
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
25322
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:19:30 -0600
25323
+ Processing by HomeController#index as HTML
25324
+ Rendered home/index.html.erb within layouts/application (0.2ms)
25325
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
25326
+  (0.4ms) rollback transaction
25327
+  (0.0ms) begin transaction
25328
+ -------------------------------------------------------------------------------------------------------------------
25329
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0001_redirects to the root path
25330
+ -------------------------------------------------------------------------------------------------------------------
25331
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:19:30 -0600
25332
+ Processing by PointlessFeedback::MessagesController#new as HTML
25333
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.0ms)
25334
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
25335
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:19:30 -0600
25336
+ Processing by PointlessFeedback::MessagesController#create as HTML
25337
+ 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"}
25338
+  (0.1ms) SAVEPOINT active_record_1
25339
+ 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-24 17:19:30.626546"], ["updated_at", "2015-08-24 17:19:30.626546"]]
25340
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25341
+ Redirected to http://www.example.com/
25342
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
25343
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:19:30 -0600
25344
+ Processing by HomeController#index as HTML
25345
+ Rendered home/index.html.erb within layouts/application (0.2ms)
25346
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
25347
+  (0.4ms) rollback transaction
25348
+  (0.1ms) begin transaction
25349
+ --------------------------------------------------------------------------------------------------------------------
25350
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0002_thanks message is displayed
25351
+ --------------------------------------------------------------------------------------------------------------------
25352
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:19:30 -0600
25353
+ Processing by PointlessFeedback::MessagesController#new as HTML
25354
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.0ms)
25355
+ Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
25356
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:19:30 -0600
25357
+ Processing by PointlessFeedback::MessagesController#create as HTML
25358
+ 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"}
25359
+  (0.1ms) SAVEPOINT active_record_1
25360
+ 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-24 17:19:30.646103"], ["updated_at", "2015-08-24 17:19:30.646103"]]
25361
+  (0.0ms) RELEASE SAVEPOINT active_record_1
25362
+ Redirected to http://www.example.com/
25363
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
25364
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:19:30 -0600
25365
+ Processing by HomeController#index as HTML
25366
+ Rendered home/index.html.erb within layouts/application (0.2ms)
25367
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
25368
+  (0.4ms) rollback transaction
25369
+  (0.0ms) begin transaction
25370
+ -----------------------------------------------------------------------
25371
+ MainAppRootUrlTest: test_0001_root_url link points to main_app.root_url
25372
+ -----------------------------------------------------------------------
25373
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:19:30 -0600
25374
+ Processing by PointlessFeedback::MessagesController#new as HTML
25375
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.2ms)
25376
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
25377
+  (0.1ms) rollback transaction
25378
+  (0.0ms) begin transaction
25379
+ -----------------------------------------------------------------------------------------------------------------------------------------------
25380
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0001_anonymous
25381
+ -----------------------------------------------------------------------------------------------------------------------------------------------
25382
+ Processing by PointlessFeedback::MessagesController#create as HTML
25383
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
25384
+  (0.0ms) SAVEPOINT active_record_1
25385
+ 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-24 17:19:30.664851"], ["updated_at", "2015-08-24 17:19:30.664851"]]
25386
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
25387
+
25388
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
25389
+
25390
+ Sent mail to to@example.com (1.9ms)
25391
+ Date: Mon, 24 Aug 2015 11:19:30 -0600
25392
+ From: some_guy@web.com
25393
+ To: to@example.com
25394
+ Message-ID: <55db5222a31d0_75ba3fe73902dbd02523b@Eliass-MacBook-Pro.local.mail>
25395
+ Subject: Feedback
25396
+ Mime-Version: 1.0
25397
+ Content-Type: text/html;
25398
+ charset=UTF-8
25399
+ Content-Transfer-Encoding: 7bit
25400
+
25401
+ You've got feedback!
25402
+
25403
+ <p>Name: Some Guy</p>
25404
+ <p>Email Address: some_guy@web.com</p>
25405
+ <p>Topic: Other</p>
25406
+ <p>Description: Yo website bork</p>
25407
+
25408
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25409
+ Redirected to http://test.host/dashboard
25410
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
25411
+  (0.5ms) rollback transaction
25412
+  (0.1ms) begin transaction
25413
+ -----------------------------------------------------------------------------------------------------------------------------------------------
25414
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0002_anonymous
25415
+ -----------------------------------------------------------------------------------------------------------------------------------------------
25416
+ Processing by PointlessFeedback::MessagesController#create as HTML
25417
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
25418
+  (0.1ms) SAVEPOINT active_record_1
25419
+ 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-24 17:19:30.673206"], ["updated_at", "2015-08-24 17:19:30.673206"]]
25420
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
25421
+
25422
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
25423
+
25424
+ Sent mail to to@example.com (1.9ms)
25425
+ Date: Mon, 24 Aug 2015 11:19:30 -0600
25426
+ From: some_guy@web.com
25427
+ To: to@example.com
25428
+ Message-ID: <55db5222a5288_75ba3fe73902dbd0253fd@Eliass-MacBook-Pro.local.mail>
25429
+ Subject: Feedback
25430
+ Mime-Version: 1.0
25431
+ Content-Type: text/html;
25432
+ charset=UTF-8
25433
+ Content-Transfer-Encoding: 7bit
25434
+
25435
+ You've got feedback!
25436
+
25437
+ <p>Name: Some Guy</p>
25438
+ <p>Email Address: some_guy@web.com</p>
25439
+ <p>Topic: Other</p>
25440
+ <p>Description: Yo website bork</p>
25441
+
25442
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25443
+ Redirected to http://test.host/dashboard
25444
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
25445
+  (0.4ms) rollback transaction
25446
+  (0.0ms) begin transaction
25447
+ -----------------------------------------------------------------------------------------------------------------------------------------------
25448
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0003_anonymous
25449
+ -----------------------------------------------------------------------------------------------------------------------------------------------
25450
+ Processing by PointlessFeedback::MessagesController#create as HTML
25451
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
25452
+  (0.0ms) SAVEPOINT active_record_1
25453
+ 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-24 17:19:30.681628"], ["updated_at", "2015-08-24 17:19:30.681628"]]
25454
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
25455
+
25456
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
25457
+
25458
+ Sent mail to to@example.com (1.7ms)
25459
+ Date: Mon, 24 Aug 2015 11:19:30 -0600
25460
+ From: some_guy@web.com
25461
+ To: to@example.com
25462
+ Message-ID: <55db5222a72b6_75ba3fe73902dbd0254a3@Eliass-MacBook-Pro.local.mail>
25463
+ Subject: Feedback
25464
+ Mime-Version: 1.0
25465
+ Content-Type: text/html;
25466
+ charset=UTF-8
25467
+ Content-Transfer-Encoding: 7bit
25468
+
25469
+ You've got feedback!
25470
+
25471
+ <p>Name: Some Guy</p>
25472
+ <p>Email Address: some_guy@web.com</p>
25473
+ <p>Topic: Other</p>
25474
+ <p>Description: Yo website bork</p>
25475
+
25476
+  (0.0ms) RELEASE SAVEPOINT active_record_1
25477
+ Redirected to http://test.host/dashboard
25478
+ Completed 302 Found in 5ms (ActiveRecord: 0.3ms)
25479
+  (0.4ms) rollback transaction
25480
+  (0.0ms) begin transaction
25481
+ -----------------------------------------------------------------------------------------------------------------
25482
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0001_outputs named path from the main app
25483
+ -----------------------------------------------------------------------------------------------------------------
25484
+  (0.1ms) rollback transaction
25485
+  (0.1ms) begin transaction
25486
+ ----------------------------------------------------------------------------------------------------------------
25487
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0002_outputs named url from the main app
25488
+ ----------------------------------------------------------------------------------------------------------------
25489
+  (0.0ms) rollback transaction
25490
+  (0.0ms) begin transaction
25491
+ ---------------------------------------------------------------------------------------------------------------
25492
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0003_raises exception with other routes
25493
+ ---------------------------------------------------------------------------------------------------------------
25494
+  (0.0ms) rollback transaction
25495
+  (0.0ms) begin transaction
25496
+ -----------------------------------------------------------------------------------------
25497
+ PointlessFeedback::CaptchaTest::.pass?: test_0001_returns true if Google response is true
25498
+ -----------------------------------------------------------------------------------------
25499
+  (0.2ms) rollback transaction
25500
+  (0.1ms) begin transaction
25501
+ --------------------------------------------------------------------------------------------------------------------------------------------
25502
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0001_anonymous
25503
+ --------------------------------------------------------------------------------------------------------------------------------------------
25504
+ Processing by PointlessFeedback::MessagesController#create as HTML
25505
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
25506
+  (0.1ms) SAVEPOINT active_record_1
25507
+ 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-24 17:20:22.041454"], ["updated_at", "2015-08-24 17:20:22.041454"]]
25508
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
25509
+
25510
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.7ms
25511
+
25512
+ Sent mail to to@example.com (2.5ms)
25513
+ Date: Mon, 24 Aug 2015 11:20:22 -0600
25514
+ From: some_guy@web.com
25515
+ To: to@example.com
25516
+ Message-ID: <55db5256b635_75ba3fe73902dbd0255da@Eliass-MacBook-Pro.local.mail>
25517
+ Subject: Feedback
25518
+ Mime-Version: 1.0
25519
+ Content-Type: text/html;
25520
+ charset=UTF-8
25521
+ Content-Transfer-Encoding: 7bit
25522
+
25523
+ You've got feedback!
25524
+
25525
+ <p>Name: Some Guy</p>
25526
+ <p>Email Address: some_guy@web.com</p>
25527
+ <p>Topic: Other</p>
25528
+ <p>Description: Yo website bork</p>
25529
+
25530
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25531
+ Redirected to http://test.host/
25532
+ Completed 302 Found in 9ms (ActiveRecord: 0.6ms)
25533
+  (1.7ms) rollback transaction
25534
+  (0.1ms) begin transaction
25535
+ --------------------------------------------------------------------------------------------------------------------------------------------
25536
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0002_anonymous
25537
+ --------------------------------------------------------------------------------------------------------------------------------------------
25538
+ Processing by PointlessFeedback::MessagesController#create as HTML
25539
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
25540
+  (0.1ms) SAVEPOINT active_record_1
25541
+ 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-24 17:20:22.054340"], ["updated_at", "2015-08-24 17:20:22.054340"]]
25542
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
25543
+
25544
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.3ms
25545
+
25546
+ Sent mail to to@example.com (2.1ms)
25547
+ Date: Mon, 24 Aug 2015 11:20:22 -0600
25548
+ From: some_guy@web.com
25549
+ To: to@example.com
25550
+ Message-ID: <55db5256e290_75ba3fe73902dbd0256b0@Eliass-MacBook-Pro.local.mail>
25551
+ Subject: Feedback
25552
+ Mime-Version: 1.0
25553
+ Content-Type: text/html;
25554
+ charset=UTF-8
25555
+ Content-Transfer-Encoding: 7bit
25556
+
25557
+ You've got feedback!
25558
+
25559
+ <p>Name: Some Guy</p>
25560
+ <p>Email Address: some_guy@web.com</p>
25561
+ <p>Topic: Other</p>
25562
+ <p>Description: Yo website bork</p>
25563
+
25564
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25565
+ Redirected to http://test.host/
25566
+ Completed 302 Found in 7ms (ActiveRecord: 0.5ms)
25567
+  (0.4ms) rollback transaction
25568
+  (0.1ms) begin transaction
25569
+ --------------------------------------------------------------------------------------------------------------------------------------------
25570
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0003_anonymous
25571
+ --------------------------------------------------------------------------------------------------------------------------------------------
25572
+ Processing by PointlessFeedback::MessagesController#create as HTML
25573
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
25574
+  (0.0ms) SAVEPOINT active_record_1
25575
+ 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-24 17:20:22.063780"], ["updated_at", "2015-08-24 17:20:22.063780"]]
25576
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
25577
+
25578
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.2ms
25579
+
25580
+ Sent mail to to@example.com (2.9ms)
25581
+ Date: Mon, 24 Aug 2015 11:20:22 -0600
25582
+ From: some_guy@web.com
25583
+ To: to@example.com
25584
+ Message-ID: <55db5256106e6_75ba3fe73902dbd0257e6@Eliass-MacBook-Pro.local.mail>
25585
+ Subject: Feedback
25586
+ Mime-Version: 1.0
25587
+ Content-Type: text/html;
25588
+ charset=UTF-8
25589
+ Content-Transfer-Encoding: 7bit
25590
+
25591
+ You've got feedback!
25592
+
25593
+ <p>Name: Some Guy</p>
25594
+ <p>Email Address: some_guy@web.com</p>
25595
+ <p>Topic: Other</p>
25596
+ <p>Description: Yo website bork</p>
25597
+
25598
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25599
+ Redirected to http://test.host/
25600
+ Completed 302 Found in 7ms (ActiveRecord: 0.4ms)
25601
+  (0.5ms) rollback transaction
25602
+  (0.1ms) begin transaction
25603
+ ---------------------------------------------------------------------------
25604
+ PointlessFeedback::MessagesControllerTest::getting new: test_0001_anonymous
25605
+ ---------------------------------------------------------------------------
25606
+ Processing by PointlessFeedback::MessagesController#new as HTML
25607
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.7ms)
25608
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
25609
+  (0.1ms) rollback transaction
25610
+  (0.0ms) begin transaction
25611
+ ---------------------------------------------------------------------------
25612
+ PointlessFeedback::MessagesControllerTest::getting new: test_0002_anonymous
25613
+ ---------------------------------------------------------------------------
25614
+ Processing by PointlessFeedback::MessagesController#new as HTML
25615
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.4ms)
25616
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
25617
+  (0.1ms) rollback transaction
25618
+  (0.0ms) begin transaction
25619
+ ---------------------------------------------------------------------------
25620
+ PointlessFeedback::MessagesControllerTest::getting new: test_0003_anonymous
25621
+ ---------------------------------------------------------------------------
25622
+ Processing by PointlessFeedback::MessagesController#new as HTML
25623
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.1ms)
25624
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
25625
+  (0.1ms) rollback transaction
25626
+  (0.1ms) begin transaction
25627
+ ----------------------------------------------------------------------------------------
25628
+ PointlessFeedback::MessageTest::validating email: test_0001_allows a valid email address
25629
+ ----------------------------------------------------------------------------------------
25630
+  (0.0ms) rollback transaction
25631
+  (0.0ms) begin transaction
25632
+ -------------------------------------------------------------------------------------------------
25633
+ PointlessFeedback::MessageTest::validating email: test_0002_does not allow invalid emails address
25634
+ -------------------------------------------------------------------------------------------------
25635
+  (0.1ms) rollback transaction
25636
+  (0.0ms) begin transaction
25637
+ ---------------------------------------------------------------------
25638
+ InstallGeneratorTest: test_0001_Assert all files are properly created
25639
+ ---------------------------------------------------------------------
25640
+  (0.1ms) rollback transaction
25641
+  (0.1ms) begin transaction
25642
+ -------------------------------------------------------
25643
+ PointlessFeedback::MessageTest: test_0001_requires name
25644
+ -------------------------------------------------------
25645
+  (0.1ms) SAVEPOINT active_record_1
25646
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
25647
+  (0.0ms) rollback transaction
25648
+  (0.0ms) begin transaction
25649
+ ----------------------------------------------------------------
25650
+ PointlessFeedback::MessageTest: test_0002_requires email_address
25651
+ ----------------------------------------------------------------
25652
+  (0.0ms) SAVEPOINT active_record_1
25653
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
25654
+  (0.0ms) rollback transaction
25655
+  (0.0ms) begin transaction
25656
+ --------------------------------------------------------
25657
+ PointlessFeedback::MessageTest: test_0003_requires topic
25658
+ --------------------------------------------------------
25659
+  (0.0ms) SAVEPOINT active_record_1
25660
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
25661
+  (0.1ms) rollback transaction
25662
+  (0.1ms) begin transaction
25663
+ --------------------------------------------------------------
25664
+ PointlessFeedback::MessageTest: test_0004_requires description
25665
+ --------------------------------------------------------------
25666
+  (0.1ms) SAVEPOINT active_record_1
25667
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
25668
+  (0.1ms) rollback transaction
25669
+  (0.1ms) begin transaction
25670
+ --------------------------------------
25671
+ PointlessFeedbackTest: test_0001_truth
25672
+ --------------------------------------
25673
+  (0.0ms) rollback transaction
25674
+  (0.1ms) begin transaction
25675
+ ------------------------------------------------------------------------------------------------------
25676
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0001_anonymous
25677
+ ------------------------------------------------------------------------------------------------------
25678
+ Processing by PointlessFeedback::MessagesController#create as HTML
25679
+ Parameters: {"message"=>{"name"=>""}}
25680
+  (0.1ms) SAVEPOINT active_record_1
25681
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
25682
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (4.0ms)
25683
+ Completed 200 OK in 11ms (Views: 5.5ms | ActiveRecord: 0.2ms)
25684
+  (0.1ms) rollback transaction
25685
+  (0.1ms) begin transaction
25686
+ ------------------------------------------------------------------------------------------------------
25687
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0002_anonymous
25688
+ ------------------------------------------------------------------------------------------------------
25689
+ Processing by PointlessFeedback::MessagesController#create as HTML
25690
+ Parameters: {"message"=>{"name"=>""}}
25691
+  (0.0ms) SAVEPOINT active_record_1
25692
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
25693
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.7ms)
25694
+ Completed 200 OK in 9ms (Views: 5.0ms | ActiveRecord: 0.1ms)
25695
+  (0.1ms) rollback transaction
25696
+  (0.0ms) begin transaction
25697
+ ------------------------------------------------------------------------------------------------------
25698
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0003_anonymous
25699
+ ------------------------------------------------------------------------------------------------------
25700
+ Processing by PointlessFeedback::MessagesController#create as HTML
25701
+ Parameters: {"message"=>{"name"=>""}}
25702
+  (0.0ms) SAVEPOINT active_record_1
25703
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
25704
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.6ms)
25705
+ Completed 200 OK in 9ms (Views: 5.1ms | ActiveRecord: 0.1ms)
25706
+  (0.1ms) rollback transaction
25707
+  (0.0ms) begin transaction
25708
+ ---------------------------------------------------------------------------------------------------------------------------------
25709
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is false: test_0001_does not send any mail
25710
+ ---------------------------------------------------------------------------------------------------------------------------------
25711
+  (0.1ms) SAVEPOINT active_record_1
25712
+ 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-24 17:20:22.218559"], ["updated_at", "2015-08-24 17:20:22.218559"]]
25713
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25714
+  (0.6ms) rollback transaction
25715
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
25716
+  (0.1ms) begin transaction
25717
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25718
+ 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
25719
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
25720
+  (0.1ms) SAVEPOINT active_record_1
25721
+ 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-24 17:20:26.076210"], ["updated_at", "2015-08-24 17:20:26.076210"]]
25722
+  (0.0ms) RELEASE SAVEPOINT active_record_1
25723
+  (2.3ms) rollback transaction
25724
+  (0.1ms) begin transaction
25725
+ -----------------------------------------------------------------------
25726
+ MainAppRootUrlTest: test_0001_root_url link points to main_app.root_url
25727
+ -----------------------------------------------------------------------
25728
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:20:26 -0600
25729
+ Processing by PointlessFeedback::MessagesController#new as HTML
25730
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (15.6ms)
25731
+ Completed 200 OK in 134ms (Views: 133.6ms | ActiveRecord: 0.0ms)
25732
+  (0.1ms) rollback transaction
25733
+  (0.1ms) begin transaction
25734
+ ---------------------------------------------------------------------------------
25735
+ FeedbackSubmissionTest::submitting feedback: test_0001_redirects to the root path
25736
+ ---------------------------------------------------------------------------------
25737
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:20:26 -0600
25738
+ Processing by PointlessFeedback::MessagesController#new as HTML
25739
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.1ms)
25740
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
25741
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:20:26 -0600
25742
+ Processing by PointlessFeedback::MessagesController#create as HTML
25743
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
25744
+  (0.1ms) SAVEPOINT active_record_1
25745
+ 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-24 17:20:26.246109"], ["updated_at", "2015-08-24 17:20:26.246109"]]
25746
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.6ms)
25747
+
25748
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 175.2ms
25749
+
25750
+ Sent mail to test1@example.com, test2@example.com (5.2ms)
25751
+ Date: Mon, 24 Aug 2015 11:20:26 -0600
25752
+ From: feedback@pointlesscorp.com
25753
+ To: test1@example.com,
25754
+ test2@example.com
25755
+ Message-ID: <55db525a685c1_75c93ff46882dbb47452@Eliass-MacBook-Pro.local.mail>
25756
+ Subject: Feedback
25757
+ Mime-Version: 1.0
25758
+ Content-Type: text/html;
25759
+ charset=UTF-8
25760
+ Content-Transfer-Encoding: 7bit
25761
+
25762
+ You've got feedback!
25763
+
25764
+ <p>Name: Eli</p>
25765
+ <p>Email Address: eli@example.com</p>
25766
+ <p>Topic: Other</p>
25767
+ <p>Description: This site is awful</p>
25768
+
25769
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25770
+ Redirected to http://www.example.com/
25771
+ Completed 302 Found in 193ms (ActiveRecord: 0.5ms)
25772
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:20:26 -0600
25773
+ Processing by HomeController#index as HTML
25774
+ Rendered home/index.html.erb within layouts/application (0.6ms)
25775
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
25776
+  (1.7ms) rollback transaction
25777
+  (0.1ms) begin transaction
25778
+ ----------------------------------------------------------------------------------
25779
+ FeedbackSubmissionTest::submitting feedback: test_0002_thanks message is displayed
25780
+ ----------------------------------------------------------------------------------
25781
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:20:26 -0600
25782
+ Processing by PointlessFeedback::MessagesController#new as HTML
25783
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.0ms)
25784
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
25785
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:20:26 -0600
25786
+ Processing by PointlessFeedback::MessagesController#create as HTML
25787
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
25788
+  (0.1ms) SAVEPOINT active_record_1
25789
+ 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-24 17:20:26.460977"], ["updated_at", "2015-08-24 17:20:26.460977"]]
25790
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
25791
+
25792
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
25793
+
25794
+ Sent mail to test1@example.com, test2@example.com (2.0ms)
25795
+ Date: Mon, 24 Aug 2015 11:20:26 -0600
25796
+ From: feedback@pointlesscorp.com
25797
+ To: test1@example.com,
25798
+ test2@example.com
25799
+ Message-ID: <55db525a7161b_75c93ff46882dbb475e7@Eliass-MacBook-Pro.local.mail>
25800
+ Subject: Feedback
25801
+ Mime-Version: 1.0
25802
+ Content-Type: text/html;
25803
+ charset=UTF-8
25804
+ Content-Transfer-Encoding: 7bit
25805
+
25806
+ You've got feedback!
25807
+
25808
+ <p>Name: Eli</p>
25809
+ <p>Email Address: eli@example.com</p>
25810
+ <p>Topic: Other</p>
25811
+ <p>Description: This site is awful</p>
25812
+
25813
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25814
+ Redirected to http://www.example.com/
25815
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
25816
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:20:26 -0600
25817
+ Processing by HomeController#index as HTML
25818
+ Rendered home/index.html.erb within layouts/application (0.2ms)
25819
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
25820
+  (0.5ms) rollback transaction
25821
+  (0.1ms) begin transaction
25822
+ -------------------------------------------------------------------------------
25823
+ PointlessFeedback::MessageTest::validating topics: test_0001_allows valid topic
25824
+ -------------------------------------------------------------------------------
25825
+  (0.1ms) rollback transaction
25826
+  (0.0ms) begin transaction
25827
+ -----------------------------------------------------------------------------------------
25828
+ PointlessFeedback::MessageTest::validating topics: test_0002_does not allow invalid topic
25829
+ -----------------------------------------------------------------------------------------
25830
+  (0.0ms) rollback transaction
25831
+  (0.0ms) begin transaction
25832
+ -----------------------------------------------------------------------------------------
25833
+ PointlessFeedback::CaptchaTest::.pass?: test_0001_returns true if Google response is true
25834
+ -----------------------------------------------------------------------------------------
25835
+  (0.2ms) rollback transaction
25836
+  (0.1ms) begin transaction
25837
+ --------------------------------------------------------------------------------------------------------------------------------------------
25838
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0001_anonymous
25839
+ --------------------------------------------------------------------------------------------------------------------------------------------
25840
+ Processing by PointlessFeedback::MessagesController#create as HTML
25841
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
25842
+  (0.1ms) SAVEPOINT active_record_1
25843
+ 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-24 17:20:28.109769"], ["updated_at", "2015-08-24 17:20:28.109769"]]
25844
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.3ms)
25845
+
25846
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 2.8ms
25847
+
25848
+ Sent mail to test1@example.com, test2@example.com (2.8ms)
25849
+ Date: Mon, 24 Aug 2015 11:20:28 -0600
25850
+ From: feedback@pointlesscorp.com
25851
+ To: test1@example.com,
25852
+ test2@example.com
25853
+ Message-ID: <55db525c1c470_75c93ff46882dbb47649@Eliass-MacBook-Pro.local.mail>
25854
+ Subject: Feedback
25855
+ Mime-Version: 1.0
25856
+ Content-Type: text/html;
25857
+ charset=UTF-8
25858
+ Content-Transfer-Encoding: 7bit
25859
+
25860
+ You've got feedback!
25861
+
25862
+ <p>Name: Some Guy</p>
25863
+ <p>Email Address: some_guy@web.com</p>
25864
+ <p>Topic: Other</p>
25865
+ <p>Description: Yo website bork</p>
25866
+
25867
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25868
+ Redirected to http://test.host/
25869
+ Completed 302 Found in 10ms (ActiveRecord: 0.4ms)
25870
+  (1.7ms) rollback transaction
25871
+  (0.1ms) begin transaction
25872
+ --------------------------------------------------------------------------------------------------------------------------------------------
25873
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0002_anonymous
25874
+ --------------------------------------------------------------------------------------------------------------------------------------------
25875
+ Processing by PointlessFeedback::MessagesController#create as HTML
25876
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
25877
+  (0.1ms) SAVEPOINT active_record_1
25878
+ 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-24 17:20:28.124050"], ["updated_at", "2015-08-24 17:20:28.124050"]]
25879
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
25880
+
25881
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.2ms
25882
+
25883
+ Sent mail to test1@example.com, test2@example.com (2.4ms)
25884
+ Date: Mon, 24 Aug 2015 11:20:28 -0600
25885
+ From: feedback@pointlesscorp.com
25886
+ To: test1@example.com,
25887
+ test2@example.com
25888
+ Message-ID: <55db525c1f2a2_75c93ff46882dbb47795@Eliass-MacBook-Pro.local.mail>
25889
+ Subject: Feedback
25890
+ Mime-Version: 1.0
25891
+ Content-Type: text/html;
25892
+ charset=UTF-8
25893
+ Content-Transfer-Encoding: 7bit
25894
+
25895
+ You've got feedback!
25896
+
25897
+ <p>Name: Some Guy</p>
25898
+ <p>Email Address: some_guy@web.com</p>
25899
+ <p>Topic: Other</p>
25900
+ <p>Description: Yo website bork</p>
25901
+
25902
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25903
+ Redirected to http://test.host/
25904
+ Completed 302 Found in 7ms (ActiveRecord: 0.4ms)
25905
+  (0.4ms) rollback transaction
25906
+  (0.0ms) begin transaction
25907
+ --------------------------------------------------------------------------------------------------------------------------------------------
25908
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0003_anonymous
25909
+ --------------------------------------------------------------------------------------------------------------------------------------------
25910
+ Processing by PointlessFeedback::MessagesController#create as HTML
25911
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
25912
+  (0.1ms) SAVEPOINT active_record_1
25913
+ 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-24 17:20:28.133644"], ["updated_at", "2015-08-24 17:20:28.133644"]]
25914
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
25915
+
25916
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.3ms
25917
+
25918
+ Sent mail to test1@example.com, test2@example.com (2.4ms)
25919
+ Date: Mon, 24 Aug 2015 11:20:28 -0600
25920
+ From: feedback@pointlesscorp.com
25921
+ To: test1@example.com,
25922
+ test2@example.com
25923
+ Message-ID: <55db525c218da_75c93ff46882dbb478f7@Eliass-MacBook-Pro.local.mail>
25924
+ Subject: Feedback
25925
+ Mime-Version: 1.0
25926
+ Content-Type: text/html;
25927
+ charset=UTF-8
25928
+ Content-Transfer-Encoding: 7bit
25929
+
25930
+ You've got feedback!
25931
+
25932
+ <p>Name: Some Guy</p>
25933
+ <p>Email Address: some_guy@web.com</p>
25934
+ <p>Topic: Other</p>
25935
+ <p>Description: Yo website bork</p>
25936
+
25937
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25938
+ Redirected to http://test.host/
25939
+ Completed 302 Found in 7ms (ActiveRecord: 0.4ms)
25940
+  (0.4ms) rollback transaction
25941
+  (0.0ms) begin transaction
25942
+ ---------------------------------------------------------------------------------------------------------------------------------
25943
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is false: test_0001_does not send any mail
25944
+ ---------------------------------------------------------------------------------------------------------------------------------
25945
+  (0.0ms) SAVEPOINT active_record_1
25946
+ 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-24 17:20:28.142533"], ["updated_at", "2015-08-24 17:20:28.142533"]]
25947
+  (0.0ms) RELEASE SAVEPOINT active_record_1
25948
+  (0.4ms) rollback transaction
25949
+  (0.1ms) begin transaction
25950
+ -----------------------------------------------------------------------------------------------------------------
25951
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0001_outputs named path from the main app
25952
+ -----------------------------------------------------------------------------------------------------------------
25953
+  (0.1ms) rollback transaction
25954
+  (0.1ms) begin transaction
25955
+ ----------------------------------------------------------------------------------------------------------------
25956
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0002_outputs named url from the main app
25957
+ ----------------------------------------------------------------------------------------------------------------
25958
+  (0.0ms) rollback transaction
25959
+  (0.0ms) begin transaction
25960
+ ---------------------------------------------------------------------------------------------------------------
25961
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0003_raises exception with other routes
25962
+ ---------------------------------------------------------------------------------------------------------------
25963
+  (0.0ms) rollback transaction
25964
+  (0.0ms) begin transaction
25965
+ ---------------------------------------------------------------------------------------------------------------------------------
25966
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is true: test_0001_sends mail after create
25967
+ ---------------------------------------------------------------------------------------------------------------------------------
25968
+  (0.0ms) SAVEPOINT active_record_1
25969
+ 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-24 17:20:28.149487"], ["updated_at", "2015-08-24 17:20:28.149487"]]
25970
+  (0.1ms) RELEASE SAVEPOINT active_record_1
25971
+  (0.4ms) rollback transaction
25972
+  (0.1ms) begin transaction
25973
+ ------------------------------------------------------------------------------------------------------
25974
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0001_anonymous
25975
+ ------------------------------------------------------------------------------------------------------
25976
+ Processing by PointlessFeedback::MessagesController#create as HTML
25977
+ Parameters: {"message"=>{"name"=>""}}
25978
+  (0.0ms) SAVEPOINT active_record_1
25979
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
25980
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (4.2ms)
25981
+ Completed 200 OK in 10ms (Views: 6.0ms | ActiveRecord: 0.1ms)
25982
+  (0.1ms) rollback transaction
25983
+  (0.0ms) begin transaction
25984
+ ------------------------------------------------------------------------------------------------------
25985
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0002_anonymous
25986
+ ------------------------------------------------------------------------------------------------------
25987
+ Processing by PointlessFeedback::MessagesController#create as HTML
25988
+ Parameters: {"message"=>{"name"=>""}}
25989
+  (0.0ms) SAVEPOINT active_record_1
25990
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
25991
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.3ms)
25992
+ Completed 200 OK in 8ms (Views: 4.7ms | ActiveRecord: 0.1ms)
25993
+  (0.1ms) rollback transaction
25994
+  (0.0ms) begin transaction
25995
+ ------------------------------------------------------------------------------------------------------
25996
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0003_anonymous
25997
+ ------------------------------------------------------------------------------------------------------
25998
+ Processing by PointlessFeedback::MessagesController#create as HTML
25999
+ Parameters: {"message"=>{"name"=>""}}
26000
+  (0.0ms) SAVEPOINT active_record_1
26001
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
26002
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.5ms)
26003
+ Completed 200 OK in 9ms (Views: 4.8ms | ActiveRecord: 0.1ms)
26004
+  (0.1ms) rollback transaction
26005
+  (0.0ms) begin transaction
26006
+ ---------------------------------------------------------------------------
26007
+ PointlessFeedback::MessagesControllerTest::getting new: test_0001_anonymous
26008
+ ---------------------------------------------------------------------------
26009
+ Processing by PointlessFeedback::MessagesController#new as HTML
26010
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.4ms)
26011
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
26012
+  (0.1ms) rollback transaction
26013
+  (0.1ms) begin transaction
26014
+ ---------------------------------------------------------------------------
26015
+ PointlessFeedback::MessagesControllerTest::getting new: test_0002_anonymous
26016
+ ---------------------------------------------------------------------------
26017
+ Processing by PointlessFeedback::MessagesController#new as HTML
26018
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.7ms)
26019
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
26020
+  (0.1ms) rollback transaction
26021
+  (0.0ms) begin transaction
26022
+ ---------------------------------------------------------------------------
26023
+ PointlessFeedback::MessagesControllerTest::getting new: test_0003_anonymous
26024
+ ---------------------------------------------------------------------------
26025
+ Processing by PointlessFeedback::MessagesController#new as HTML
26026
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.0ms)
26027
+ Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
26028
+  (0.1ms) rollback transaction
26029
+  (0.0ms) begin transaction
26030
+ ----------------------------------------------------------------------------------------------------
26031
+ PointlessFeedback::MessageTest::validating against spam: test_0001_allows descriptions with no links
26032
+ ----------------------------------------------------------------------------------------------------
26033
+  (0.0ms) rollback transaction
26034
+  (0.1ms) begin transaction
26035
+ -------------------------------------------------------------------------------------------------------------------
26036
+ PointlessFeedback::MessageTest::validating against spam: test_0002_does not allow descriptions with 3 or more links
26037
+ -------------------------------------------------------------------------------------------------------------------
26038
+  (0.0ms) rollback transaction
26039
+  (0.1ms) begin transaction
26040
+ ---------------------------------------------------------------
26041
+ PointlessFeedback::FeedbackMailerTest: test_0001_feedback email
26042
+ ---------------------------------------------------------------
26043
+  (0.0ms) SAVEPOINT active_record_1
26044
+ 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-24 17:20:28.214301"], ["updated_at", "2015-08-24 17:20:28.214301"]]
26045
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
26046
+
26047
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.2ms
26048
+
26049
+ Sent mail to to@example.com (1.9ms)
26050
+ Date: Mon, 24 Aug 2015 11:20:28 -0600
26051
+ From: feedback@pointlesscorp.com
26052
+ To: to@example.com
26053
+ Message-ID: <55db525c35232_75c93ff46882dbb47923@Eliass-MacBook-Pro.local.mail>
26054
+ Subject: Feedback
26055
+ Mime-Version: 1.0
26056
+ Content-Type: text/html;
26057
+ charset=UTF-8
26058
+ Content-Transfer-Encoding: 7bit
26059
+
26060
+ You've got feedback!
26061
+
26062
+ <p>Name: A Developer</p>
26063
+ <p>Email Address: developer@pointlesscorp.com</p>
26064
+ <p>Topic: Other</p>
26065
+ <p>Description: Site is broke</p>
26066
+
26067
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26068
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
26069
+
26070
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 0.9ms
26071
+  (0.7ms) rollback transaction
26072
+  (0.1ms) begin transaction
26073
+ --------------------------------------------------------------------
26074
+ PointlessFeedback::FeedbackMailerTest: test_0002_feedback email body
26075
+ --------------------------------------------------------------------
26076
+  (0.1ms) SAVEPOINT active_record_1
26077
+ 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-24 17:20:28.223234"], ["updated_at", "2015-08-24 17:20:28.223234"]]
26078
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
26079
+
26080
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
26081
+
26082
+ Sent mail to to@example.com (2.1ms)
26083
+ Date: Mon, 24 Aug 2015 11:20:28 -0600
26084
+ From: feedback@pointlesscorp.com
26085
+ To: to@example.com
26086
+ Message-ID: <55db525c3753d_75c93ff46882dbb4803b@Eliass-MacBook-Pro.local.mail>
26087
+ Subject: Feedback
26088
+ Mime-Version: 1.0
26089
+ Content-Type: text/html;
26090
+ charset=UTF-8
26091
+ Content-Transfer-Encoding: 7bit
26092
+
26093
+ You've got feedback!
26094
+
26095
+ <p>Name: A Developer</p>
26096
+ <p>Email Address: developer@pointlesscorp.com</p>
26097
+ <p>Topic: Other</p>
26098
+ <p>Description: Site is broke</p>
26099
+
26100
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26101
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
26102
+
26103
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
26104
+  (0.4ms) rollback transaction
26105
+  (0.1ms) begin transaction
26106
+ -----------------------------------------------------------------------------
26107
+ PointlessFeedback::FeedbackMailerTest: test_0003_feedback from email when set
26108
+ -----------------------------------------------------------------------------
26109
+  (0.1ms) SAVEPOINT active_record_1
26110
+ 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-24 17:20:28.231840"], ["updated_at", "2015-08-24 17:20:28.231840"]]
26111
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
26112
+
26113
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
26114
+
26115
+ Sent mail to to@example.com (2.0ms)
26116
+ Date: Mon, 24 Aug 2015 11:20:28 -0600
26117
+ From: feedback@pointlesscorp.com
26118
+ To: to@example.com
26119
+ Message-ID: <55db525c396d4_75c93ff46882dbb481e1@Eliass-MacBook-Pro.local.mail>
26120
+ Subject: Feedback
26121
+ Mime-Version: 1.0
26122
+ Content-Type: text/html;
26123
+ charset=UTF-8
26124
+ Content-Transfer-Encoding: 7bit
26125
+
26126
+ You've got feedback!
26127
+
26128
+ <p>Name: A Developer</p>
26129
+ <p>Email Address: developer@pointlesscorp.com</p>
26130
+ <p>Topic: Other</p>
26131
+ <p>Description: Site is broke</p>
26132
+
26133
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26134
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
26135
+
26136
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
26137
+  (0.4ms) rollback transaction
26138
+  (0.0ms) begin transaction
26139
+ -------------------------------------------------------------------------------------------
26140
+ PointlessFeedback::FeedbackMailerTest: test_0004_feedback from email when set as the sender
26141
+ -------------------------------------------------------------------------------------------
26142
+  (0.0ms) SAVEPOINT active_record_1
26143
+ 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-24 17:20:28.240189"], ["updated_at", "2015-08-24 17:20:28.240189"]]
26144
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
26145
+
26146
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
26147
+
26148
+ Sent mail to to@example.com (1.8ms)
26149
+ Date: Mon, 24 Aug 2015 11:20:28 -0600
26150
+ From: from@example.com
26151
+ To: to@example.com
26152
+ Message-ID: <55db525c3b6b5_75c93ff46882dbb4821a@Eliass-MacBook-Pro.local.mail>
26153
+ Subject: Feedback
26154
+ Mime-Version: 1.0
26155
+ Content-Type: text/html;
26156
+ charset=UTF-8
26157
+ Content-Transfer-Encoding: 7bit
26158
+
26159
+ You've got feedback!
26160
+
26161
+ <p>Name: A Developer</p>
26162
+ <p>Email Address: developer@pointlesscorp.com</p>
26163
+ <p>Topic: Other</p>
26164
+ <p>Description: Site is broke</p>
26165
+
26166
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26167
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.0ms)
26168
+
26169
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 0.9ms
26170
+  (0.6ms) rollback transaction
26171
+  (0.1ms) begin transaction
26172
+ -------------------------------------------------------------------------------------------------------------------
26173
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0001_redirects to the root path
26174
+ -------------------------------------------------------------------------------------------------------------------
26175
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:20:28 -0600
26176
+ Processing by PointlessFeedback::MessagesController#new as HTML
26177
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.3ms)
26178
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
26179
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:20:28 -0600
26180
+ Processing by PointlessFeedback::MessagesController#create as HTML
26181
+ 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"}
26182
+  (0.1ms) SAVEPOINT active_record_1
26183
+ 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-24 17:20:28.263718"], ["updated_at", "2015-08-24 17:20:28.263718"]]
26184
+  (0.0ms) RELEASE SAVEPOINT active_record_1
26185
+ Redirected to http://www.example.com/
26186
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
26187
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:20:28 -0600
26188
+ Processing by HomeController#index as HTML
26189
+ Rendered home/index.html.erb within layouts/application (0.3ms)
26190
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
26191
+  (0.4ms) rollback transaction
26192
+  (0.1ms) begin transaction
26193
+ --------------------------------------------------------------------------------------------------------------------
26194
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0002_thanks message is displayed
26195
+ --------------------------------------------------------------------------------------------------------------------
26196
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:20:28 -0600
26197
+ Processing by PointlessFeedback::MessagesController#new as HTML
26198
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.0ms)
26199
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
26200
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:20:28 -0600
26201
+ Processing by PointlessFeedback::MessagesController#create as HTML
26202
+ 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"}
26203
+  (0.1ms) SAVEPOINT active_record_1
26204
+ 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-24 17:20:28.285064"], ["updated_at", "2015-08-24 17:20:28.285064"]]
26205
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26206
+ Redirected to http://www.example.com/
26207
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
26208
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:20:28 -0600
26209
+ Processing by HomeController#index as HTML
26210
+ Rendered home/index.html.erb within layouts/application (0.3ms)
26211
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
26212
+  (0.5ms) rollback transaction
26213
+  (0.0ms) begin transaction
26214
+ -------------------------------------------------------------------
26215
+ ViewsGeneratorTest: test_0001_Assert all views are properly created
26216
+ -------------------------------------------------------------------
26217
+  (0.1ms) rollback transaction
26218
+  (0.1ms) begin transaction
26219
+ -------------------------------------------------------
26220
+ PointlessFeedback::MessageTest: test_0001_requires name
26221
+ -------------------------------------------------------
26222
+  (0.0ms) SAVEPOINT active_record_1
26223
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
26224
+  (0.0ms) rollback transaction
26225
+  (0.0ms) begin transaction
26226
+ ----------------------------------------------------------------
26227
+ PointlessFeedback::MessageTest: test_0002_requires email_address
26228
+ ----------------------------------------------------------------
26229
+  (0.0ms) SAVEPOINT active_record_1
26230
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
26231
+  (0.1ms) rollback transaction
26232
+  (0.0ms) begin transaction
26233
+ --------------------------------------------------------
26234
+ PointlessFeedback::MessageTest: test_0003_requires topic
26235
+ --------------------------------------------------------
26236
+  (0.0ms) SAVEPOINT active_record_1
26237
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
26238
+  (0.0ms) rollback transaction
26239
+  (0.1ms) begin transaction
26240
+ --------------------------------------------------------------
26241
+ PointlessFeedback::MessageTest: test_0004_requires description
26242
+ --------------------------------------------------------------
26243
+  (0.0ms) SAVEPOINT active_record_1
26244
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
26245
+  (0.0ms) rollback transaction
26246
+  (0.0ms) begin transaction
26247
+ ----------------------------------------------------------------------------------------
26248
+ PointlessFeedback::MessageTest::validating email: test_0001_allows a valid email address
26249
+ ----------------------------------------------------------------------------------------
26250
+  (0.0ms) rollback transaction
26251
+  (0.0ms) begin transaction
26252
+ -------------------------------------------------------------------------------------------------
26253
+ PointlessFeedback::MessageTest::validating email: test_0002_does not allow invalid emails address
26254
+ -------------------------------------------------------------------------------------------------
26255
+  (0.0ms) rollback transaction
26256
+  (0.0ms) begin transaction
26257
+ --------------------------------------
26258
+ PointlessFeedbackTest: test_0001_truth
26259
+ --------------------------------------
26260
+  (0.0ms) rollback transaction
26261
+  (0.0ms) begin transaction
26262
+ -----------------------------------------------------------------------------------------------------------------------------------------------
26263
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0001_anonymous
26264
+ -----------------------------------------------------------------------------------------------------------------------------------------------
26265
+ Processing by PointlessFeedback::MessagesController#create as HTML
26266
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
26267
+  (0.0ms) SAVEPOINT active_record_1
26268
+ 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-24 17:20:28.323934"], ["updated_at", "2015-08-24 17:20:28.323934"]]
26269
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
26270
+
26271
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.3ms
26272
+
26273
+ Sent mail to to@example.com (2.1ms)
26274
+ Date: Mon, 24 Aug 2015 11:20:28 -0600
26275
+ From: some_guy@web.com
26276
+ To: to@example.com
26277
+ Message-ID: <55db525c4ff58_75c93ff46882dbb4832c@Eliass-MacBook-Pro.local.mail>
26278
+ Subject: Feedback
26279
+ Mime-Version: 1.0
26280
+ Content-Type: text/html;
26281
+ charset=UTF-8
26282
+ Content-Transfer-Encoding: 7bit
26283
+
26284
+ You've got feedback!
26285
+
26286
+ <p>Name: Some Guy</p>
26287
+ <p>Email Address: some_guy@web.com</p>
26288
+ <p>Topic: Other</p>
26289
+ <p>Description: Yo website bork</p>
26290
+
26291
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26292
+ Redirected to http://test.host/dashboard
26293
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
26294
+  (0.4ms) rollback transaction
26295
+  (0.1ms) begin transaction
26296
+ -----------------------------------------------------------------------------------------------------------------------------------------------
26297
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0002_anonymous
26298
+ -----------------------------------------------------------------------------------------------------------------------------------------------
26299
+ Processing by PointlessFeedback::MessagesController#create as HTML
26300
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
26301
+  (0.1ms) SAVEPOINT active_record_1
26302
+ 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-24 17:20:28.333090"], ["updated_at", "2015-08-24 17:20:28.333090"]]
26303
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.2ms)
26304
+
26305
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.5ms
26306
+
26307
+ Sent mail to to@example.com (2.3ms)
26308
+ Date: Mon, 24 Aug 2015 11:20:28 -0600
26309
+ From: some_guy@web.com
26310
+ To: to@example.com
26311
+ Message-ID: <55db525c5245e_75c93ff46882dbb484dd@Eliass-MacBook-Pro.local.mail>
26312
+ Subject: Feedback
26313
+ Mime-Version: 1.0
26314
+ Content-Type: text/html;
26315
+ charset=UTF-8
26316
+ Content-Transfer-Encoding: 7bit
26317
+
26318
+ You've got feedback!
26319
+
26320
+ <p>Name: Some Guy</p>
26321
+ <p>Email Address: some_guy@web.com</p>
26322
+ <p>Topic: Other</p>
26323
+ <p>Description: Yo website bork</p>
26324
+
26325
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26326
+ Redirected to http://test.host/dashboard
26327
+ Completed 302 Found in 7ms (ActiveRecord: 0.4ms)
26328
+  (0.4ms) rollback transaction
26329
+  (0.0ms) begin transaction
26330
+ -----------------------------------------------------------------------------------------------------------------------------------------------
26331
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0003_anonymous
26332
+ -----------------------------------------------------------------------------------------------------------------------------------------------
26333
+ Processing by PointlessFeedback::MessagesController#create as HTML
26334
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
26335
+  (0.0ms) SAVEPOINT active_record_1
26336
+ 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-24 17:20:28.342673"], ["updated_at", "2015-08-24 17:20:28.342673"]]
26337
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
26338
+
26339
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.3ms
26340
+
26341
+ Sent mail to to@example.com (2.0ms)
26342
+ Date: Mon, 24 Aug 2015 11:20:28 -0600
26343
+ From: some_guy@web.com
26344
+ To: to@example.com
26345
+ Message-ID: <55db525c54881_75c93ff46882dbb485db@Eliass-MacBook-Pro.local.mail>
26346
+ Subject: Feedback
26347
+ Mime-Version: 1.0
26348
+ Content-Type: text/html;
26349
+ charset=UTF-8
26350
+ Content-Transfer-Encoding: 7bit
26351
+
26352
+ You've got feedback!
26353
+
26354
+ <p>Name: Some Guy</p>
26355
+ <p>Email Address: some_guy@web.com</p>
26356
+ <p>Topic: Other</p>
26357
+ <p>Description: Yo website bork</p>
26358
+
26359
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26360
+ Redirected to http://test.host/dashboard
26361
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
26362
+  (0.4ms) rollback transaction
26363
+  (0.0ms) begin transaction
26364
+ ---------------------------------------------------------------------
26365
+ InstallGeneratorTest: test_0001_Assert all files are properly created
26366
+ ---------------------------------------------------------------------
26367
+  (0.1ms) rollback transaction
26368
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
26369
+  (0.1ms) begin transaction
26370
+ -----------------------------------------------------------------------------------------------------------------
26371
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0001_outputs named path from the main app
26372
+ -----------------------------------------------------------------------------------------------------------------
26373
+  (0.0ms) rollback transaction
26374
+  (0.0ms) begin transaction
26375
+ ----------------------------------------------------------------------------------------------------------------
26376
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0002_outputs named url from the main app
26377
+ ----------------------------------------------------------------------------------------------------------------
26378
+  (0.0ms) rollback transaction
26379
+  (0.0ms) begin transaction
26380
+ ---------------------------------------------------------------------------------------------------------------
26381
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0003_raises exception with other routes
26382
+ ---------------------------------------------------------------------------------------------------------------
26383
+  (0.0ms) rollback transaction
26384
+  (0.0ms) begin transaction
26385
+ -----------------------------------------------------------------------------------------------------------------------------------------------
26386
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0001_anonymous
26387
+ -----------------------------------------------------------------------------------------------------------------------------------------------
26388
+ Processing by PointlessFeedback::MessagesController#create as HTML
26389
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
26390
+  (0.0ms) SAVEPOINT active_record_1
26391
+ 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-24 17:21:14.187853"], ["updated_at", "2015-08-24 17:21:14.187853"]]
26392
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26393
+ Redirected to http://test.host/dashboard
26394
+ Completed 302 Found in 16ms (ActiveRecord: 0.8ms)
26395
+  (2.4ms) rollback transaction
26396
+  (0.1ms) begin transaction
26397
+ -----------------------------------------------------------------------------------------------------------------------------------------------
26398
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0002_anonymous
26399
+ -----------------------------------------------------------------------------------------------------------------------------------------------
26400
+ Processing by PointlessFeedback::MessagesController#create as HTML
26401
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
26402
+  (0.1ms) SAVEPOINT active_record_1
26403
+ 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-24 17:21:14.201719"], ["updated_at", "2015-08-24 17:21:14.201719"]]
26404
+  (0.0ms) RELEASE SAVEPOINT active_record_1
26405
+ Redirected to http://test.host/dashboard
26406
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
26407
+  (0.4ms) rollback transaction
26408
+  (0.0ms) begin transaction
26409
+ -----------------------------------------------------------------------------------------------------------------------------------------------
26410
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0003_anonymous
26411
+ -----------------------------------------------------------------------------------------------------------------------------------------------
26412
+ Processing by PointlessFeedback::MessagesController#create as HTML
26413
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
26414
+  (0.0ms) SAVEPOINT active_record_1
26415
+ 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-24 17:21:14.206246"], ["updated_at", "2015-08-24 17:21:14.206246"]]
26416
+  (0.0ms) RELEASE SAVEPOINT active_record_1
26417
+ Redirected to http://test.host/dashboard
26418
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
26419
+  (0.3ms) rollback transaction
26420
+  (0.0ms) begin transaction
26421
+ ---------------------------------------------------------------
26422
+ PointlessFeedback::FeedbackMailerTest: test_0001_feedback email
26423
+ ---------------------------------------------------------------
26424
+  (0.1ms) SAVEPOINT active_record_1
26425
+ 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-24 17:21:14.350617"], ["updated_at", "2015-08-24 17:21:14.350617"]]
26426
+  (0.0ms) RELEASE SAVEPOINT active_record_1
26427
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (1.2ms)
26428
+
26429
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 10.6ms
26430
+  (1.7ms) rollback transaction
26431
+  (0.0ms) begin transaction
26432
+ --------------------------------------------------------------------
26433
+ PointlessFeedback::FeedbackMailerTest: test_0002_feedback email body
26434
+ --------------------------------------------------------------------
26435
+  (0.0ms) SAVEPOINT active_record_1
26436
+ 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-24 17:21:14.373557"], ["updated_at", "2015-08-24 17:21:14.373557"]]
26437
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26438
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
26439
+
26440
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.4ms
26441
+  (0.3ms) rollback transaction
26442
+  (0.0ms) begin transaction
26443
+ -----------------------------------------------------------------------------
26444
+ PointlessFeedback::FeedbackMailerTest: test_0003_feedback from email when set
26445
+ -----------------------------------------------------------------------------
26446
+  (0.0ms) SAVEPOINT active_record_1
26447
+ 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-24 17:21:14.378814"], ["updated_at", "2015-08-24 17:21:14.378814"]]
26448
+  (0.0ms) RELEASE SAVEPOINT active_record_1
26449
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
26450
+
26451
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.2ms
26452
+  (0.4ms) rollback transaction
26453
+  (0.0ms) begin transaction
26454
+ -------------------------------------------------------------------------------------------
26455
+ PointlessFeedback::FeedbackMailerTest: test_0004_feedback from email when set as the sender
26456
+ -------------------------------------------------------------------------------------------
26457
+  (0.0ms) SAVEPOINT active_record_1
26458
+ 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-24 17:21:14.383597"], ["updated_at", "2015-08-24 17:21:14.383597"]]
26459
+  (0.0ms) RELEASE SAVEPOINT active_record_1
26460
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
26461
+
26462
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 0.9ms
26463
+  (0.4ms) rollback transaction
26464
+  (0.0ms) begin transaction
26465
+ ---------------------------------------------------------------------------------------------------------------------------------
26466
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is true: test_0001_sends mail after create
26467
+ ---------------------------------------------------------------------------------------------------------------------------------
26468
+  (0.0ms) SAVEPOINT active_record_1
26469
+ 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-24 17:21:14.388765"], ["updated_at", "2015-08-24 17:21:14.388765"]]
26470
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26471
+  (0.3ms) rollback transaction
26472
+  (0.1ms) begin transaction
26473
+ ----------------------------------------------------------------------------------------
26474
+ PointlessFeedback::MessageTest::validating email: test_0001_allows a valid email address
26475
+ ----------------------------------------------------------------------------------------
26476
+  (0.0ms) rollback transaction
26477
+  (0.0ms) begin transaction
26478
+ -------------------------------------------------------------------------------------------------
26479
+ PointlessFeedback::MessageTest::validating email: test_0002_does not allow invalid emails address
26480
+ -------------------------------------------------------------------------------------------------
26481
+  (0.1ms) rollback transaction
26482
+  (0.0ms) begin transaction
26483
+ ---------------------------------------------------------------------------------
26484
+ FeedbackSubmissionTest::submitting feedback: test_0001_redirects to the root path
26485
+ ---------------------------------------------------------------------------------
26486
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:21:14 -0600
26487
+ Processing by PointlessFeedback::MessagesController#new as HTML
26488
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (10.6ms)
26489
+ Completed 200 OK in 143ms (Views: 143.0ms | ActiveRecord: 0.0ms)
26490
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:21:14 -0600
26491
+ Processing by PointlessFeedback::MessagesController#create as HTML
26492
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
26493
+  (0.1ms) SAVEPOINT active_record_1
26494
+ 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-24 17:21:14.553346"], ["updated_at", "2015-08-24 17:21:14.553346"]]
26495
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
26496
+
26497
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.2ms
26498
+
26499
+ Sent mail to test1@example.com, test2@example.com (3.9ms)
26500
+ Date: Mon, 24 Aug 2015 11:21:14 -0600
26501
+ From: eli@example.com
26502
+ To: test1@example.com,
26503
+ test2@example.com
26504
+ Message-ID: <55db528a8821b_75d83ff18542dbd0165da@Eliass-MacBook-Pro.local.mail>
26505
+ Subject: Feedback
26506
+ Mime-Version: 1.0
26507
+ Content-Type: text/html;
26508
+ charset=UTF-8
26509
+ Content-Transfer-Encoding: 7bit
26510
+
26511
+ You've got feedback!
26512
+
26513
+ <p>Name: Eli</p>
26514
+ <p>Email Address: eli@example.com</p>
26515
+ <p>Topic: Other</p>
26516
+ <p>Description: This site is awful</p>
26517
+
26518
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26519
+ Redirected to http://www.example.com/
26520
+ Completed 302 Found in 16ms (ActiveRecord: 0.4ms)
26521
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:21:14 -0600
26522
+ Processing by HomeController#index as HTML
26523
+ Rendered home/index.html.erb within layouts/application (0.8ms)
26524
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
26525
+  (2.0ms) rollback transaction
26526
+  (0.1ms) begin transaction
26527
+ ----------------------------------------------------------------------------------
26528
+ FeedbackSubmissionTest::submitting feedback: test_0002_thanks message is displayed
26529
+ ----------------------------------------------------------------------------------
26530
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:21:14 -0600
26531
+ Processing by PointlessFeedback::MessagesController#new as HTML
26532
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.4ms)
26533
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
26534
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:21:14 -0600
26535
+ Processing by PointlessFeedback::MessagesController#create as HTML
26536
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
26537
+  (0.1ms) SAVEPOINT active_record_1
26538
+ 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-24 17:21:14.595691"], ["updated_at", "2015-08-24 17:21:14.595691"]]
26539
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
26540
+
26541
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.3ms
26542
+
26543
+ Sent mail to test1@example.com, test2@example.com (2.2ms)
26544
+ Date: Mon, 24 Aug 2015 11:21:14 -0600
26545
+ From: eli@example.com
26546
+ To: test1@example.com,
26547
+ test2@example.com
26548
+ Message-ID: <55db528a925b2_75d83ff18542dbd0166f5@Eliass-MacBook-Pro.local.mail>
26549
+ Subject: Feedback
26550
+ Mime-Version: 1.0
26551
+ Content-Type: text/html;
26552
+ charset=UTF-8
26553
+ Content-Transfer-Encoding: 7bit
26554
+
26555
+ You've got feedback!
26556
+
26557
+ <p>Name: Eli</p>
26558
+ <p>Email Address: eli@example.com</p>
26559
+ <p>Topic: Other</p>
26560
+ <p>Description: This site is awful</p>
26561
+
26562
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26563
+ Redirected to http://www.example.com/
26564
+ Completed 302 Found in 7ms (ActiveRecord: 0.5ms)
26565
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:21:14 -0600
26566
+ Processing by HomeController#index as HTML
26567
+ Rendered home/index.html.erb within layouts/application (0.3ms)
26568
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
26569
+  (0.4ms) rollback transaction
26570
+  (0.1ms) begin transaction
26571
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26572
+ 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
26573
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26574
+  (0.0ms) SAVEPOINT active_record_1
26575
+ 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-24 17:21:14.609114"], ["updated_at", "2015-08-24 17:21:14.609114"]]
26576
+  (0.0ms) RELEASE SAVEPOINT active_record_1
26577
+  (0.3ms) rollback transaction
26578
+  (0.0ms) begin transaction
26579
+ ----------------------------------------------------------------------------------------------------
26580
+ PointlessFeedback::MessageTest::validating against spam: test_0001_allows descriptions with no links
26581
+ ----------------------------------------------------------------------------------------------------
26582
+  (0.0ms) rollback transaction
26583
+  (0.0ms) begin transaction
26584
+ -------------------------------------------------------------------------------------------------------------------
26585
+ PointlessFeedback::MessageTest::validating against spam: test_0002_does not allow descriptions with 3 or more links
26586
+ -------------------------------------------------------------------------------------------------------------------
26587
+  (0.0ms) rollback transaction
26588
+  (0.0ms) begin transaction
26589
+ -------------------------------------------------------
26590
+ PointlessFeedback::MessageTest: test_0001_requires name
26591
+ -------------------------------------------------------
26592
+  (0.0ms) SAVEPOINT active_record_1
26593
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
26594
+  (0.0ms) rollback transaction
26595
+  (0.0ms) begin transaction
26596
+ ----------------------------------------------------------------
26597
+ PointlessFeedback::MessageTest: test_0002_requires email_address
26598
+ ----------------------------------------------------------------
26599
+  (0.0ms) SAVEPOINT active_record_1
26600
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
26601
+  (0.0ms) rollback transaction
26602
+  (0.0ms) begin transaction
26603
+ --------------------------------------------------------
26604
+ PointlessFeedback::MessageTest: test_0003_requires topic
26605
+ --------------------------------------------------------
26606
+  (0.1ms) SAVEPOINT active_record_1
26607
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
26608
+  (0.0ms) rollback transaction
26609
+  (0.0ms) begin transaction
26610
+ --------------------------------------------------------------
26611
+ PointlessFeedback::MessageTest: test_0004_requires description
26612
+ --------------------------------------------------------------
26613
+  (0.0ms) SAVEPOINT active_record_1
26614
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
26615
+  (0.1ms) rollback transaction
26616
+  (0.0ms) begin transaction
26617
+ ---------------------------------------------------------------------
26618
+ InstallGeneratorTest: test_0001_Assert all files are properly created
26619
+ ---------------------------------------------------------------------
26620
+  (0.1ms) rollback transaction
26621
+  (0.1ms) begin transaction
26622
+ ---------------------------------------------------------------------------
26623
+ PointlessFeedback::MessagesControllerTest::getting new: test_0001_anonymous
26624
+ ---------------------------------------------------------------------------
26625
+ Processing by PointlessFeedback::MessagesController#new as HTML
26626
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.5ms)
26627
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
26628
+  (0.1ms) rollback transaction
26629
+  (0.0ms) begin transaction
26630
+ ---------------------------------------------------------------------------
26631
+ PointlessFeedback::MessagesControllerTest::getting new: test_0002_anonymous
26632
+ ---------------------------------------------------------------------------
26633
+ Processing by PointlessFeedback::MessagesController#new as HTML
26634
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.6ms)
26635
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
26636
+  (0.1ms) rollback transaction
26637
+  (0.0ms) begin transaction
26638
+ ---------------------------------------------------------------------------
26639
+ PointlessFeedback::MessagesControllerTest::getting new: test_0003_anonymous
26640
+ ---------------------------------------------------------------------------
26641
+ Processing by PointlessFeedback::MessagesController#new as HTML
26642
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.2ms)
26643
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
26644
+  (0.1ms) rollback transaction
26645
+  (0.0ms) begin transaction
26646
+ --------------------------------------
26647
+ PointlessFeedbackTest: test_0001_truth
26648
+ --------------------------------------
26649
+  (0.0ms) rollback transaction
26650
+  (0.1ms) begin transaction
26651
+ -------------------------------------------------------------------
26652
+ ViewsGeneratorTest: test_0001_Assert all views are properly created
26653
+ -------------------------------------------------------------------
26654
+  (0.1ms) rollback transaction
26655
+  (0.1ms) begin transaction
26656
+ -----------------------------------------------------------------------------------------
26657
+ PointlessFeedback::CaptchaTest::.pass?: test_0001_returns true if Google response is true
26658
+ -----------------------------------------------------------------------------------------
26659
+  (0.1ms) rollback transaction
26660
+  (0.0ms) begin transaction
26661
+ ------------------------------------------------------------------------------------------
26662
+ PointlessFeedback::CaptchaTest::.pass?: test_0002_returns false if Google response is true
26663
+ ------------------------------------------------------------------------------------------
26664
+  (0.0ms) rollback transaction
26665
+  (0.0ms) begin transaction
26666
+ ---------------------------------------------------------------------------------------------------------------------------------
26667
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is false: test_0001_does not send any mail
26668
+ ---------------------------------------------------------------------------------------------------------------------------------
26669
+  (0.0ms) SAVEPOINT active_record_1
26670
+ 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-24 17:21:14.664300"], ["updated_at", "2015-08-24 17:21:14.664300"]]
26671
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26672
+  (0.3ms) rollback transaction
26673
+  (0.1ms) begin transaction
26674
+ --------------------------------------------------------------------------------------------------------------------------------------------
26675
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0001_anonymous
26676
+ --------------------------------------------------------------------------------------------------------------------------------------------
26677
+ Processing by PointlessFeedback::MessagesController#create as HTML
26678
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
26679
+  (0.1ms) SAVEPOINT active_record_1
26680
+ 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-24 17:21:14.670337"], ["updated_at", "2015-08-24 17:21:14.670337"]]
26681
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26682
+ Redirected to http://test.host/
26683
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
26684
+  (0.4ms) rollback transaction
26685
+  (0.0ms) begin transaction
26686
+ --------------------------------------------------------------------------------------------------------------------------------------------
26687
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0002_anonymous
26688
+ --------------------------------------------------------------------------------------------------------------------------------------------
26689
+ Processing by PointlessFeedback::MessagesController#create as HTML
26690
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
26691
+  (0.1ms) SAVEPOINT active_record_1
26692
+ 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-24 17:21:14.676263"], ["updated_at", "2015-08-24 17:21:14.676263"]]
26693
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26694
+ Redirected to http://test.host/
26695
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
26696
+  (0.3ms) rollback transaction
26697
+  (0.0ms) begin transaction
26698
+ --------------------------------------------------------------------------------------------------------------------------------------------
26699
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0003_anonymous
26700
+ --------------------------------------------------------------------------------------------------------------------------------------------
26701
+ Processing by PointlessFeedback::MessagesController#create as HTML
26702
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
26703
+  (0.1ms) SAVEPOINT active_record_1
26704
+ 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-24 17:21:14.681175"], ["updated_at", "2015-08-24 17:21:14.681175"]]
26705
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26706
+ Redirected to http://test.host/
26707
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
26708
+  (0.3ms) rollback transaction
26709
+  (0.1ms) begin transaction
26710
+ -----------------------------------------------------------------------
26711
+ MainAppRootUrlTest: test_0001_root_url link points to main_app.root_url
26712
+ -----------------------------------------------------------------------
26713
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:21:14 -0600
26714
+ Processing by PointlessFeedback::MessagesController#new as HTML
26715
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.5ms)
26716
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
26717
+  (0.1ms) rollback transaction
26718
+  (0.1ms) begin transaction
26719
+ -------------------------------------------------------------------------------
26720
+ PointlessFeedback::MessageTest::validating topics: test_0001_allows valid topic
26721
+ -------------------------------------------------------------------------------
26722
+  (0.0ms) rollback transaction
26723
+  (0.0ms) begin transaction
26724
+ -----------------------------------------------------------------------------------------
26725
+ PointlessFeedback::MessageTest::validating topics: test_0002_does not allow invalid topic
26726
+ -----------------------------------------------------------------------------------------
26727
+  (0.0ms) rollback transaction
26728
+  (0.1ms) begin transaction
26729
+ ------------------------------------------------------------------------------------------------------
26730
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0001_anonymous
26731
+ ------------------------------------------------------------------------------------------------------
26732
+ Processing by PointlessFeedback::MessagesController#create as HTML
26733
+ Parameters: {"message"=>{"name"=>""}}
26734
+  (0.1ms) SAVEPOINT active_record_1
26735
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
26736
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.5ms)
26737
+ Completed 200 OK in 8ms (Views: 4.8ms | ActiveRecord: 0.1ms)
26738
+  (0.1ms) rollback transaction
26739
+  (0.0ms) begin transaction
26740
+ ------------------------------------------------------------------------------------------------------
26741
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0002_anonymous
26742
+ ------------------------------------------------------------------------------------------------------
26743
+ Processing by PointlessFeedback::MessagesController#create as HTML
26744
+ Parameters: {"message"=>{"name"=>""}}
26745
+  (0.1ms) SAVEPOINT active_record_1
26746
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
26747
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.5ms)
26748
+ Completed 200 OK in 8ms (Views: 4.9ms | ActiveRecord: 0.1ms)
26749
+  (0.1ms) rollback transaction
26750
+  (0.0ms) begin transaction
26751
+ ------------------------------------------------------------------------------------------------------
26752
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0003_anonymous
26753
+ ------------------------------------------------------------------------------------------------------
26754
+ Processing by PointlessFeedback::MessagesController#create as HTML
26755
+ Parameters: {"message"=>{"name"=>""}}
26756
+  (0.1ms) SAVEPOINT active_record_1
26757
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
26758
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (4.1ms)
26759
+ Completed 200 OK in 9ms (Views: 5.5ms | ActiveRecord: 0.1ms)
26760
+  (0.1ms) rollback transaction
26761
+  (0.0ms) begin transaction
26762
+ -------------------------------------------------------------------------------------------------------------------
26763
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0001_redirects to the root path
26764
+ -------------------------------------------------------------------------------------------------------------------
26765
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:21:14 -0600
26766
+ Processing by PointlessFeedback::MessagesController#new as HTML
26767
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.1ms)
26768
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
26769
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:21:14 -0600
26770
+ Processing by PointlessFeedback::MessagesController#create as HTML
26771
+ 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"}
26772
+  (0.1ms) SAVEPOINT active_record_1
26773
+ 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-24 17:21:14.746183"], ["updated_at", "2015-08-24 17:21:14.746183"]]
26774
+  (0.0ms) RELEASE SAVEPOINT active_record_1
26775
+ Redirected to http://www.example.com/
26776
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
26777
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:21:14 -0600
26778
+ Processing by HomeController#index as HTML
26779
+ Rendered home/index.html.erb within layouts/application (0.4ms)
26780
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
26781
+  (0.7ms) rollback transaction
26782
+  (0.1ms) begin transaction
26783
+ --------------------------------------------------------------------------------------------------------------------
26784
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0002_thanks message is displayed
26785
+ --------------------------------------------------------------------------------------------------------------------
26786
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:21:14 -0600
26787
+ Processing by PointlessFeedback::MessagesController#new as HTML
26788
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.3ms)
26789
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
26790
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:21:14 -0600
26791
+ Processing by PointlessFeedback::MessagesController#create as HTML
26792
+ 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"}
26793
+  (0.1ms) SAVEPOINT active_record_1
26794
+ 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-24 17:21:14.767799"], ["updated_at", "2015-08-24 17:21:14.767799"]]
26795
+  (0.0ms) RELEASE SAVEPOINT active_record_1
26796
+ Redirected to http://www.example.com/
26797
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
26798
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:21:14 -0600
26799
+ Processing by HomeController#index as HTML
26800
+ Rendered home/index.html.erb within layouts/application (0.3ms)
26801
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
26802
+  (0.4ms) rollback transaction
26803
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
26804
+  (0.1ms) begin transaction
26805
+ -------------------------------------------------------------------
26806
+ ViewsGeneratorTest: test_0001_Assert all views are properly created
26807
+ -------------------------------------------------------------------
26808
+  (0.1ms) rollback transaction
26809
+  (0.1ms) begin transaction
26810
+ ---------------------------------------------------------------------------
26811
+ PointlessFeedback::MessagesControllerTest::getting new: test_0001_anonymous
26812
+ ---------------------------------------------------------------------------
26813
+ Processing by PointlessFeedback::MessagesController#new as HTML
26814
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (17.1ms)
26815
+ Completed 200 OK in 143ms (Views: 136.8ms | ActiveRecord: 0.3ms)
26816
+  (0.1ms) rollback transaction
26817
+  (0.0ms) begin transaction
26818
+ ---------------------------------------------------------------------------
26819
+ PointlessFeedback::MessagesControllerTest::getting new: test_0002_anonymous
26820
+ ---------------------------------------------------------------------------
26821
+ Processing by PointlessFeedback::MessagesController#new as HTML
26822
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.4ms)
26823
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
26824
+  (0.1ms) rollback transaction
26825
+  (0.0ms) begin transaction
26826
+ ---------------------------------------------------------------------------
26827
+ PointlessFeedback::MessagesControllerTest::getting new: test_0003_anonymous
26828
+ ---------------------------------------------------------------------------
26829
+ Processing by PointlessFeedback::MessagesController#new as HTML
26830
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.2ms)
26831
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
26832
+  (0.1ms) rollback transaction
26833
+  (0.0ms) begin transaction
26834
+ -----------------------------------------------------------------------------------------------------------------
26835
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0001_outputs named path from the main app
26836
+ -----------------------------------------------------------------------------------------------------------------
26837
+  (0.0ms) rollback transaction
26838
+  (0.0ms) begin transaction
26839
+ ----------------------------------------------------------------------------------------------------------------
26840
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0002_outputs named url from the main app
26841
+ ----------------------------------------------------------------------------------------------------------------
26842
+  (0.0ms) rollback transaction
26843
+  (0.0ms) begin transaction
26844
+ ---------------------------------------------------------------------------------------------------------------
26845
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0003_raises exception with other routes
26846
+ ---------------------------------------------------------------------------------------------------------------
26847
+  (0.0ms) rollback transaction
26848
+  (0.0ms) begin transaction
26849
+ -----------------------------------------------------------------------------------------------------------------------------------------------
26850
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0001_anonymous
26851
+ -----------------------------------------------------------------------------------------------------------------------------------------------
26852
+ Processing by PointlessFeedback::MessagesController#create as HTML
26853
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
26854
+  (0.0ms) SAVEPOINT active_record_1
26855
+ SQL (0.5ms) 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-24 17:21:22.086307"], ["updated_at", "2015-08-24 17:21:22.086307"]]
26856
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26857
+ Redirected to http://test.host/dashboard
26858
+ Completed 302 Found in 6ms (ActiveRecord: 0.6ms)
26859
+  (0.3ms) rollback transaction
26860
+  (0.0ms) begin transaction
26861
+ -----------------------------------------------------------------------------------------------------------------------------------------------
26862
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0002_anonymous
26863
+ -----------------------------------------------------------------------------------------------------------------------------------------------
26864
+ Processing by PointlessFeedback::MessagesController#create as HTML
26865
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
26866
+  (0.1ms) SAVEPOINT active_record_1
26867
+ 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-24 17:21:22.094493"], ["updated_at", "2015-08-24 17:21:22.094493"]]
26868
+  (0.1ms) RELEASE SAVEPOINT active_record_1
26869
+ Redirected to http://test.host/dashboard
26870
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
26871
+  (0.3ms) rollback transaction
26872
+  (0.1ms) begin transaction
26873
+ -----------------------------------------------------------------------------------------------------------------------------------------------
26874
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0003_anonymous
26875
+ -----------------------------------------------------------------------------------------------------------------------------------------------
26876
+ Processing by PointlessFeedback::MessagesController#create as HTML
26877
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
26878
+  (0.0ms) SAVEPOINT active_record_1
26879
+ 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-24 17:21:22.099794"], ["updated_at", "2015-08-24 17:21:22.099794"]]
26880
+  (0.0ms) RELEASE SAVEPOINT active_record_1
26881
+ Redirected to http://test.host/dashboard
26882
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
26883
+  (0.3ms) rollback transaction
26884
+  (0.1ms) begin transaction
26885
+ -----------------------------------------------------------------------
26886
+ MainAppRootUrlTest: test_0001_root_url link points to main_app.root_url
26887
+ -----------------------------------------------------------------------
26888
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:21:22 -0600
26889
+ Processing by PointlessFeedback::MessagesController#new as HTML
26890
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.1ms)
26891
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
26892
+  (0.1ms) rollback transaction
26893
+  (0.0ms) begin transaction
26894
+ ----------------------------------------------------------------------------------------------------
26895
+ PointlessFeedback::MessageTest::validating against spam: test_0001_allows descriptions with no links
26896
+ ----------------------------------------------------------------------------------------------------
26897
+  (0.0ms) rollback transaction
26898
+  (0.0ms) begin transaction
26899
+ -------------------------------------------------------------------------------------------------------------------
26900
+ PointlessFeedback::MessageTest::validating against spam: test_0002_does not allow descriptions with 3 or more links
26901
+ -------------------------------------------------------------------------------------------------------------------
26902
+  (0.0ms) rollback transaction
26903
+  (0.0ms) begin transaction
26904
+ -------------------------------------------------------
26905
+ PointlessFeedback::MessageTest: test_0001_requires name
26906
+ -------------------------------------------------------
26907
+  (0.0ms) SAVEPOINT active_record_1
26908
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
26909
+  (0.0ms) rollback transaction
26910
+  (0.1ms) begin transaction
26911
+ ----------------------------------------------------------------
26912
+ PointlessFeedback::MessageTest: test_0002_requires email_address
26913
+ ----------------------------------------------------------------
26914
+  (0.0ms) SAVEPOINT active_record_1
26915
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
26916
+  (0.0ms) rollback transaction
26917
+  (0.0ms) begin transaction
26918
+ --------------------------------------------------------
26919
+ PointlessFeedback::MessageTest: test_0003_requires topic
26920
+ --------------------------------------------------------
26921
+  (0.1ms) SAVEPOINT active_record_1
26922
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
26923
+  (0.1ms) rollback transaction
26924
+  (0.1ms) begin transaction
26925
+ --------------------------------------------------------------
26926
+ PointlessFeedback::MessageTest: test_0004_requires description
26927
+ --------------------------------------------------------------
26928
+  (0.1ms) SAVEPOINT active_record_1
26929
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
26930
+  (0.0ms) rollback transaction
26931
+  (0.0ms) begin transaction
26932
+ -----------------------------------------------------------------------------------------
26933
+ PointlessFeedback::CaptchaTest::.pass?: test_0001_returns true if Google response is true
26934
+ -----------------------------------------------------------------------------------------
26935
+  (0.1ms) rollback transaction
26936
+  (0.0ms) begin transaction
26937
+ ------------------------------------------------------------------------------------------
26938
+ PointlessFeedback::CaptchaTest::.pass?: test_0002_returns false if Google response is true
26939
+ ------------------------------------------------------------------------------------------
26940
+  (0.1ms) rollback transaction
26941
+  (0.0ms) begin transaction
26942
+ ----------------------------------------------------------------------------------------
26943
+ PointlessFeedback::MessageTest::validating email: test_0001_allows a valid email address
26944
+ ----------------------------------------------------------------------------------------
26945
+  (0.0ms) rollback transaction
26946
+  (0.0ms) begin transaction
26947
+ -------------------------------------------------------------------------------------------------
26948
+ PointlessFeedback::MessageTest::validating email: test_0002_does not allow invalid emails address
26949
+ -------------------------------------------------------------------------------------------------
26950
+  (0.1ms) rollback transaction
26951
+  (0.0ms) begin transaction
26952
+ ---------------------------------------------------------------------------------------------------------------------------------
26953
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is false: test_0001_does not send any mail
26954
+ ---------------------------------------------------------------------------------------------------------------------------------
26955
+  (0.1ms) SAVEPOINT active_record_1
26956
+ 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-24 17:21:22.145938"], ["updated_at", "2015-08-24 17:21:22.145938"]]
26957
+  (0.0ms) RELEASE SAVEPOINT active_record_1
26958
+  (0.4ms) rollback transaction
26959
+  (0.0ms) begin transaction
26960
+ ------------------------------------------------------------------------------------------------------
26961
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0001_anonymous
26962
+ ------------------------------------------------------------------------------------------------------
26963
+ Processing by PointlessFeedback::MessagesController#create as HTML
26964
+ Parameters: {"message"=>{"name"=>""}}
26965
+  (0.1ms) SAVEPOINT active_record_1
26966
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
26967
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (4.7ms)
26968
+ Completed 200 OK in 10ms (Views: 6.3ms | ActiveRecord: 0.1ms)
26969
+  (0.1ms) rollback transaction
26970
+  (0.1ms) begin transaction
26971
+ ------------------------------------------------------------------------------------------------------
26972
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0002_anonymous
26973
+ ------------------------------------------------------------------------------------------------------
26974
+ Processing by PointlessFeedback::MessagesController#create as HTML
26975
+ Parameters: {"message"=>{"name"=>""}}
26976
+  (0.1ms) SAVEPOINT active_record_1
26977
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
26978
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.6ms)
26979
+ Completed 200 OK in 9ms (Views: 5.4ms | ActiveRecord: 0.1ms)
26980
+  (0.1ms) rollback transaction
26981
+  (0.1ms) begin transaction
26982
+ ------------------------------------------------------------------------------------------------------
26983
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0003_anonymous
26984
+ ------------------------------------------------------------------------------------------------------
26985
+ Processing by PointlessFeedback::MessagesController#create as HTML
26986
+ Parameters: {"message"=>{"name"=>""}}
26987
+  (0.1ms) SAVEPOINT active_record_1
26988
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
26989
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (4.3ms)
26990
+ Completed 200 OK in 10ms (Views: 5.9ms | ActiveRecord: 0.1ms)
26991
+  (0.1ms) rollback transaction
26992
+  (0.0ms) begin transaction
26993
+ ---------------------------------------------------------------------------------
26994
+ FeedbackSubmissionTest::submitting feedback: test_0001_redirects to the root path
26995
+ ---------------------------------------------------------------------------------
26996
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:21:22 -0600
26997
+ Processing by PointlessFeedback::MessagesController#new as HTML
26998
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.2ms)
26999
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
27000
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:21:22 -0600
27001
+ Processing by PointlessFeedback::MessagesController#create as HTML
27002
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
27003
+  (0.1ms) SAVEPOINT active_record_1
27004
+ 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-24 17:21:22.247220"], ["updated_at", "2015-08-24 17:21:22.247220"]]
27005
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27006
+ Redirected to http://www.example.com/
27007
+ Completed 302 Found in 11ms (ActiveRecord: 0.4ms)
27008
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:21:22 -0600
27009
+ Processing by HomeController#index as HTML
27010
+ Rendered home/index.html.erb within layouts/application (0.7ms)
27011
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
27012
+  (1.4ms) rollback transaction
27013
+  (0.0ms) begin transaction
27014
+ ----------------------------------------------------------------------------------
27015
+ FeedbackSubmissionTest::submitting feedback: test_0002_thanks message is displayed
27016
+ ----------------------------------------------------------------------------------
27017
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:21:22 -0600
27018
+ Processing by PointlessFeedback::MessagesController#new as HTML
27019
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.3ms)
27020
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
27021
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:21:22 -0600
27022
+ Processing by PointlessFeedback::MessagesController#create as HTML
27023
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
27024
+  (0.1ms) SAVEPOINT active_record_1
27025
+ 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-24 17:21:22.281025"], ["updated_at", "2015-08-24 17:21:22.281025"]]
27026
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27027
+ Redirected to http://www.example.com/
27028
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
27029
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:21:22 -0600
27030
+ Processing by HomeController#index as HTML
27031
+ Rendered home/index.html.erb within layouts/application (0.2ms)
27032
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
27033
+  (0.4ms) rollback transaction
27034
+  (0.1ms) begin transaction
27035
+ --------------------------------------
27036
+ PointlessFeedbackTest: test_0001_truth
27037
+ --------------------------------------
27038
+  (0.0ms) rollback transaction
27039
+  (0.0ms) begin transaction
27040
+ ---------------------------------------------------------------
27041
+ PointlessFeedback::FeedbackMailerTest: test_0001_feedback email
27042
+ ---------------------------------------------------------------
27043
+  (0.1ms) SAVEPOINT active_record_1
27044
+ 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-24 17:21:22.414836"], ["updated_at", "2015-08-24 17:21:22.414836"]]
27045
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27046
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.6ms)
27047
+
27048
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 7.4ms
27049
+  (1.5ms) rollback transaction
27050
+  (0.1ms) begin transaction
27051
+ --------------------------------------------------------------------
27052
+ PointlessFeedback::FeedbackMailerTest: test_0002_feedback email body
27053
+ --------------------------------------------------------------------
27054
+  (0.0ms) SAVEPOINT active_record_1
27055
+ 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-24 17:21:22.431134"], ["updated_at", "2015-08-24 17:21:22.431134"]]
27056
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27057
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
27058
+
27059
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.3ms
27060
+  (0.4ms) rollback transaction
27061
+  (0.0ms) begin transaction
27062
+ -----------------------------------------------------------------------------
27063
+ PointlessFeedback::FeedbackMailerTest: test_0003_feedback from email when set
27064
+ -----------------------------------------------------------------------------
27065
+  (0.0ms) SAVEPOINT active_record_1
27066
+ 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-24 17:21:22.436458"], ["updated_at", "2015-08-24 17:21:22.436458"]]
27067
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27068
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
27069
+
27070
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.4ms
27071
+  (0.4ms) rollback transaction
27072
+  (0.1ms) begin transaction
27073
+ -------------------------------------------------------------------------------------------
27074
+ PointlessFeedback::FeedbackMailerTest: test_0004_feedback from email when set as the sender
27075
+ -------------------------------------------------------------------------------------------
27076
+  (0.1ms) SAVEPOINT active_record_1
27077
+ 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-24 17:21:22.441810"], ["updated_at", "2015-08-24 17:21:22.441810"]]
27078
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27079
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
27080
+
27081
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
27082
+  (0.4ms) rollback transaction
27083
+  (0.0ms) begin transaction
27084
+ --------------------------------------------------------------------------------------------------------------------------------------------
27085
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0001_anonymous
27086
+ --------------------------------------------------------------------------------------------------------------------------------------------
27087
+ Processing by PointlessFeedback::MessagesController#create as HTML
27088
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
27089
+  (0.1ms) SAVEPOINT active_record_1
27090
+ 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-24 17:21:22.448904"], ["updated_at", "2015-08-24 17:21:22.448904"]]
27091
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27092
+ Redirected to http://test.host/
27093
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
27094
+  (0.4ms) rollback transaction
27095
+  (0.1ms) begin transaction
27096
+ --------------------------------------------------------------------------------------------------------------------------------------------
27097
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0002_anonymous
27098
+ --------------------------------------------------------------------------------------------------------------------------------------------
27099
+ Processing by PointlessFeedback::MessagesController#create as HTML
27100
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
27101
+  (0.1ms) SAVEPOINT active_record_1
27102
+ 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-24 17:21:22.454406"], ["updated_at", "2015-08-24 17:21:22.454406"]]
27103
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27104
+ Redirected to http://test.host/
27105
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
27106
+  (0.5ms) rollback transaction
27107
+  (0.1ms) begin transaction
27108
+ --------------------------------------------------------------------------------------------------------------------------------------------
27109
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0003_anonymous
27110
+ --------------------------------------------------------------------------------------------------------------------------------------------
27111
+ Processing by PointlessFeedback::MessagesController#create as HTML
27112
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
27113
+  (0.0ms) SAVEPOINT active_record_1
27114
+ 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-24 17:21:22.459820"], ["updated_at", "2015-08-24 17:21:22.459820"]]
27115
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27116
+ Redirected to http://test.host/
27117
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
27118
+  (0.6ms) rollback transaction
27119
+  (0.1ms) begin transaction
27120
+ -------------------------------------------------------------------------------
27121
+ PointlessFeedback::MessageTest::validating topics: test_0001_allows valid topic
27122
+ -------------------------------------------------------------------------------
27123
+  (0.0ms) rollback transaction
27124
+  (0.0ms) begin transaction
27125
+ -----------------------------------------------------------------------------------------
27126
+ PointlessFeedback::MessageTest::validating topics: test_0002_does not allow invalid topic
27127
+ -----------------------------------------------------------------------------------------
27128
+  (0.0ms) rollback transaction
27129
+  (0.0ms) begin transaction
27130
+ -------------------------------------------------------------------------------------------------------------------
27131
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0001_redirects to the root path
27132
+ -------------------------------------------------------------------------------------------------------------------
27133
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:21:22 -0600
27134
+ Processing by PointlessFeedback::MessagesController#new as HTML
27135
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.2ms)
27136
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
27137
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:21:22 -0600
27138
+ Processing by PointlessFeedback::MessagesController#create as HTML
27139
+ 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"}
27140
+  (0.1ms) SAVEPOINT active_record_1
27141
+ 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-24 17:21:22.482273"], ["updated_at", "2015-08-24 17:21:22.482273"]]
27142
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27143
+ Redirected to http://www.example.com/
27144
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
27145
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:21:22 -0600
27146
+ Processing by HomeController#index as HTML
27147
+ Rendered home/index.html.erb within layouts/application (0.3ms)
27148
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
27149
+  (0.4ms) rollback transaction
27150
+  (0.1ms) begin transaction
27151
+ --------------------------------------------------------------------------------------------------------------------
27152
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0002_thanks message is displayed
27153
+ --------------------------------------------------------------------------------------------------------------------
27154
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:21:22 -0600
27155
+ Processing by PointlessFeedback::MessagesController#new as HTML
27156
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.0ms)
27157
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
27158
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:21:22 -0600
27159
+ Processing by PointlessFeedback::MessagesController#create as HTML
27160
+ 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"}
27161
+  (0.1ms) SAVEPOINT active_record_1
27162
+ 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-24 17:21:22.503847"], ["updated_at", "2015-08-24 17:21:22.503847"]]
27163
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27164
+ Redirected to http://www.example.com/
27165
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
27166
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:21:22 -0600
27167
+ Processing by HomeController#index as HTML
27168
+ Rendered home/index.html.erb within layouts/application (0.4ms)
27169
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
27170
+  (0.4ms) rollback transaction
27171
+  (0.1ms) begin transaction
27172
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27173
+ 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
27174
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27175
+  (0.1ms) SAVEPOINT active_record_1
27176
+ 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-24 17:21:22.514817"], ["updated_at", "2015-08-24 17:21:22.514817"]]
27177
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27178
+  (0.3ms) rollback transaction
27179
+  (0.0ms) begin transaction
27180
+ ---------------------------------------------------------------------
27181
+ InstallGeneratorTest: test_0001_Assert all files are properly created
27182
+ ---------------------------------------------------------------------
27183
+  (0.1ms) rollback transaction
27184
+  (0.1ms) begin transaction
27185
+ ---------------------------------------------------------------------------------------------------------------------------------
27186
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is true: test_0001_sends mail after create
27187
+ ---------------------------------------------------------------------------------------------------------------------------------
27188
+  (0.1ms) SAVEPOINT active_record_1
27189
+ 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-24 17:21:22.525182"], ["updated_at", "2015-08-24 17:21:22.525182"]]
27190
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27191
+  (0.3ms) rollback transaction
27192
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27193
+  (0.1ms) begin transaction
27194
+ ----------------------------------------------------------------------------------------------------
27195
+ PointlessFeedback::MessageTest::validating against spam: test_0001_allows descriptions with no links
27196
+ ----------------------------------------------------------------------------------------------------
27197
+  (0.1ms) rollback transaction
27198
+  (0.0ms) begin transaction
27199
+ -------------------------------------------------------------------------------------------------------------------
27200
+ PointlessFeedback::MessageTest::validating against spam: test_0002_does not allow descriptions with 3 or more links
27201
+ -------------------------------------------------------------------------------------------------------------------
27202
+  (0.0ms) rollback transaction
27203
+  (0.1ms) begin transaction
27204
+ -----------------------------------------------------------------------------------------------------------------------------------------------
27205
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0001_anonymous
27206
+ -----------------------------------------------------------------------------------------------------------------------------------------------
27207
+ Processing by PointlessFeedback::MessagesController#create as HTML
27208
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
27209
+  (0.1ms) SAVEPOINT active_record_1
27210
+ 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-24 17:21:33.620118"], ["updated_at", "2015-08-24 17:21:33.620118"]]
27211
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27212
+ Redirected to http://test.host/dashboard
27213
+ Completed 302 Found in 8ms (ActiveRecord: 0.5ms)
27214
+  (1.9ms) rollback transaction
27215
+  (0.1ms) begin transaction
27216
+ -----------------------------------------------------------------------------------------------------------------------------------------------
27217
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0002_anonymous
27218
+ -----------------------------------------------------------------------------------------------------------------------------------------------
27219
+ Processing by PointlessFeedback::MessagesController#create as HTML
27220
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
27221
+  (0.1ms) SAVEPOINT active_record_1
27222
+ 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-24 17:21:33.633192"], ["updated_at", "2015-08-24 17:21:33.633192"]]
27223
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27224
+ Redirected to http://test.host/dashboard
27225
+ Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
27226
+  (0.4ms) rollback transaction
27227
+  (0.1ms) begin transaction
27228
+ -----------------------------------------------------------------------------------------------------------------------------------------------
27229
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0003_anonymous
27230
+ -----------------------------------------------------------------------------------------------------------------------------------------------
27231
+ Processing by PointlessFeedback::MessagesController#create as HTML
27232
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
27233
+  (0.0ms) SAVEPOINT active_record_1
27234
+ 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-24 17:21:33.638920"], ["updated_at", "2015-08-24 17:21:33.638920"]]
27235
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27236
+ Redirected to http://test.host/dashboard
27237
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
27238
+  (0.4ms) rollback transaction
27239
+  (0.0ms) begin transaction
27240
+ -------------------------------------------------------------------
27241
+ ViewsGeneratorTest: test_0001_Assert all views are properly created
27242
+ -------------------------------------------------------------------
27243
+  (0.1ms) rollback transaction
27244
+  (0.1ms) begin transaction
27245
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27246
+ 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
27247
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27248
+  (0.1ms) SAVEPOINT active_record_1
27249
+ 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-24 17:21:33.653706"], ["updated_at", "2015-08-24 17:21:33.653706"]]
27250
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27251
+  (0.4ms) rollback transaction
27252
+  (0.1ms) begin transaction
27253
+ --------------------------------------------------------------------------------------------------------------------------------------------
27254
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0001_anonymous
27255
+ --------------------------------------------------------------------------------------------------------------------------------------------
27256
+ Processing by PointlessFeedback::MessagesController#create as HTML
27257
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
27258
+  (0.1ms) SAVEPOINT active_record_1
27259
+ 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-24 17:21:33.659678"], ["updated_at", "2015-08-24 17:21:33.659678"]]
27260
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (1.3ms)
27261
+
27262
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 158.0ms
27263
+
27264
+ Sent mail to test1@example.com, test2@example.com (4.9ms)
27265
+ Date: Mon, 24 Aug 2015 11:21:33 -0600
27266
+ From: feedback@pointlesscorp.com
27267
+ To: test1@example.com,
27268
+ test2@example.com
27269
+ Message-ID: <55db529dc90a0_75eb3fdfe542bbc01869c@Eliass-MacBook-Pro.local.mail>
27270
+ Subject: Feedback
27271
+ Mime-Version: 1.0
27272
+ Content-Type: text/html;
27273
+ charset=UTF-8
27274
+ Content-Transfer-Encoding: 7bit
27275
+
27276
+ You've got feedback!
27277
+
27278
+ <p>Name: Some Guy</p>
27279
+ <p>Email Address: some_guy@web.com</p>
27280
+ <p>Topic: Other</p>
27281
+ <p>Description: Yo website bork</p>
27282
+
27283
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27284
+ Redirected to http://test.host/
27285
+ Completed 302 Found in 168ms (ActiveRecord: 0.4ms)
27286
+  (1.7ms) rollback transaction
27287
+  (0.0ms) begin transaction
27288
+ --------------------------------------------------------------------------------------------------------------------------------------------
27289
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0002_anonymous
27290
+ --------------------------------------------------------------------------------------------------------------------------------------------
27291
+ Processing by PointlessFeedback::MessagesController#create as HTML
27292
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
27293
+  (0.1ms) SAVEPOINT active_record_1
27294
+ 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-24 17:21:33.832298"], ["updated_at", "2015-08-24 17:21:33.832298"]]
27295
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
27296
+
27297
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.4ms
27298
+
27299
+ Sent mail to test1@example.com, test2@example.com (2.2ms)
27300
+ Date: Mon, 24 Aug 2015 11:21:33 -0600
27301
+ From: feedback@pointlesscorp.com
27302
+ To: test1@example.com,
27303
+ test2@example.com
27304
+ Message-ID: <55db529dcc3ab_75eb3fdfe542bbc018793@Eliass-MacBook-Pro.local.mail>
27305
+ Subject: Feedback
27306
+ Mime-Version: 1.0
27307
+ Content-Type: text/html;
27308
+ charset=UTF-8
27309
+ Content-Transfer-Encoding: 7bit
27310
+
27311
+ You've got feedback!
27312
+
27313
+ <p>Name: Some Guy</p>
27314
+ <p>Email Address: some_guy@web.com</p>
27315
+ <p>Topic: Other</p>
27316
+ <p>Description: Yo website bork</p>
27317
+
27318
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27319
+ Redirected to http://test.host/
27320
+ Completed 302 Found in 7ms (ActiveRecord: 0.6ms)
27321
+  (0.4ms) rollback transaction
27322
+  (0.0ms) begin transaction
27323
+ --------------------------------------------------------------------------------------------------------------------------------------------
27324
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0003_anonymous
27325
+ --------------------------------------------------------------------------------------------------------------------------------------------
27326
+ Processing by PointlessFeedback::MessagesController#create as HTML
27327
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
27328
+  (0.0ms) SAVEPOINT active_record_1
27329
+ 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-24 17:21:33.841848"], ["updated_at", "2015-08-24 17:21:33.841848"]]
27330
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
27331
+
27332
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
27333
+
27334
+ Sent mail to test1@example.com, test2@example.com (1.9ms)
27335
+ Date: Mon, 24 Aug 2015 11:21:33 -0600
27336
+ From: feedback@pointlesscorp.com
27337
+ To: test1@example.com,
27338
+ test2@example.com
27339
+ Message-ID: <55db529dce48a_75eb3fdfe542bbc01887b@Eliass-MacBook-Pro.local.mail>
27340
+ Subject: Feedback
27341
+ Mime-Version: 1.0
27342
+ Content-Type: text/html;
27343
+ charset=UTF-8
27344
+ Content-Transfer-Encoding: 7bit
27345
+
27346
+ You've got feedback!
27347
+
27348
+ <p>Name: Some Guy</p>
27349
+ <p>Email Address: some_guy@web.com</p>
27350
+ <p>Topic: Other</p>
27351
+ <p>Description: Yo website bork</p>
27352
+
27353
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27354
+ Redirected to http://test.host/
27355
+ Completed 302 Found in 6ms (ActiveRecord: 0.3ms)
27356
+  (0.4ms) rollback transaction
27357
+  (0.1ms) begin transaction
27358
+ -----------------------------------------------------------------------------------------
27359
+ PointlessFeedback::CaptchaTest::.pass?: test_0001_returns true if Google response is true
27360
+ -----------------------------------------------------------------------------------------
27361
+  (0.1ms) rollback transaction
27362
+  (0.0ms) begin transaction
27363
+ ------------------------------------------------------------------------------------------
27364
+ PointlessFeedback::CaptchaTest::.pass?: test_0002_returns false if Google response is true
27365
+ ------------------------------------------------------------------------------------------
27366
+  (0.0ms) rollback transaction
27367
+  (0.1ms) begin transaction
27368
+ ---------------------------------------------------------------
27369
+ PointlessFeedback::FeedbackMailerTest: test_0001_feedback email
27370
+ ---------------------------------------------------------------
27371
+  (0.1ms) SAVEPOINT active_record_1
27372
+ 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-24 17:21:33.855170"], ["updated_at", "2015-08-24 17:21:33.855170"]]
27373
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
27374
+
27375
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
27376
+
27377
+ Sent mail to to@example.com (1.8ms)
27378
+ Date: Mon, 24 Aug 2015 11:21:33 -0600
27379
+ From: feedback@pointlesscorp.com
27380
+ To: to@example.com
27381
+ Message-ID: <55db529dd187a_75eb3fdfe542bbc018995@Eliass-MacBook-Pro.local.mail>
27382
+ Subject: Feedback
27383
+ Mime-Version: 1.0
27384
+ Content-Type: text/html;
27385
+ charset=UTF-8
27386
+ Content-Transfer-Encoding: 7bit
27387
+
27388
+ You've got feedback!
27389
+
27390
+ <p>Name: A Developer</p>
27391
+ <p>Email Address: developer@pointlesscorp.com</p>
27392
+ <p>Topic: Other</p>
27393
+ <p>Description: Site is broke</p>
27394
+
27395
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27396
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.0ms)
27397
+
27398
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 0.9ms
27399
+  (0.4ms) rollback transaction
27400
+  (0.1ms) begin transaction
27401
+ --------------------------------------------------------------------
27402
+ PointlessFeedback::FeedbackMailerTest: test_0002_feedback email body
27403
+ --------------------------------------------------------------------
27404
+  (0.0ms) SAVEPOINT active_record_1
27405
+ 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-24 17:21:33.863147"], ["updated_at", "2015-08-24 17:21:33.863147"]]
27406
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
27407
+
27408
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
27409
+
27410
+ Sent mail to to@example.com (1.8ms)
27411
+ Date: Mon, 24 Aug 2015 11:21:33 -0600
27412
+ From: feedback@pointlesscorp.com
27413
+ To: to@example.com
27414
+ Message-ID: <55db529dd36f1_75eb3fdfe542bbc019039@Eliass-MacBook-Pro.local.mail>
27415
+ Subject: Feedback
27416
+ Mime-Version: 1.0
27417
+ Content-Type: text/html;
27418
+ charset=UTF-8
27419
+ Content-Transfer-Encoding: 7bit
27420
+
27421
+ You've got feedback!
27422
+
27423
+ <p>Name: A Developer</p>
27424
+ <p>Email Address: developer@pointlesscorp.com</p>
27425
+ <p>Topic: Other</p>
27426
+ <p>Description: Site is broke</p>
27427
+
27428
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27429
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
27430
+
27431
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
27432
+  (0.4ms) rollback transaction
27433
+  (0.1ms) begin transaction
27434
+ -----------------------------------------------------------------------------
27435
+ PointlessFeedback::FeedbackMailerTest: test_0003_feedback from email when set
27436
+ -----------------------------------------------------------------------------
27437
+  (0.1ms) SAVEPOINT active_record_1
27438
+ 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-24 17:21:33.871520"], ["updated_at", "2015-08-24 17:21:33.871520"]]
27439
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
27440
+
27441
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
27442
+
27443
+ Sent mail to to@example.com (1.7ms)
27444
+ Date: Mon, 24 Aug 2015 11:21:33 -0600
27445
+ From: feedback@pointlesscorp.com
27446
+ To: to@example.com
27447
+ Message-ID: <55db529dd5873_75eb3fdfe542bbc01919d@Eliass-MacBook-Pro.local.mail>
27448
+ Subject: Feedback
27449
+ Mime-Version: 1.0
27450
+ Content-Type: text/html;
27451
+ charset=UTF-8
27452
+ Content-Transfer-Encoding: 7bit
27453
+
27454
+ You've got feedback!
27455
+
27456
+ <p>Name: A Developer</p>
27457
+ <p>Email Address: developer@pointlesscorp.com</p>
27458
+ <p>Topic: Other</p>
27459
+ <p>Description: Site is broke</p>
27460
+
27461
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27462
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
27463
+
27464
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
27465
+  (0.4ms) rollback transaction
27466
+  (0.0ms) begin transaction
27467
+ -------------------------------------------------------------------------------------------
27468
+ PointlessFeedback::FeedbackMailerTest: test_0004_feedback from email when set as the sender
27469
+ -------------------------------------------------------------------------------------------
27470
+  (0.1ms) SAVEPOINT active_record_1
27471
+ 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-24 17:21:33.879390"], ["updated_at", "2015-08-24 17:21:33.879390"]]
27472
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
27473
+
27474
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
27475
+
27476
+ Sent mail to to@example.com (1.9ms)
27477
+ Date: Mon, 24 Aug 2015 11:21:33 -0600
27478
+ From: from@example.com
27479
+ To: to@example.com
27480
+ Message-ID: <55db529dd76b2_75eb3fdfe542bbc0192f2@Eliass-MacBook-Pro.local.mail>
27481
+ Subject: Feedback
27482
+ Mime-Version: 1.0
27483
+ Content-Type: text/html;
27484
+ charset=UTF-8
27485
+ Content-Transfer-Encoding: 7bit
27486
+
27487
+ You've got feedback!
27488
+
27489
+ <p>Name: A Developer</p>
27490
+ <p>Email Address: developer@pointlesscorp.com</p>
27491
+ <p>Topic: Other</p>
27492
+ <p>Description: Site is broke</p>
27493
+
27494
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27495
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
27496
+
27497
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.0ms
27498
+  (0.4ms) rollback transaction
27499
+  (0.1ms) begin transaction
27500
+ ----------------------------------------------------------------------------------------
27501
+ PointlessFeedback::MessageTest::validating email: test_0001_allows a valid email address
27502
+ ----------------------------------------------------------------------------------------
27503
+  (0.0ms) rollback transaction
27504
+  (0.1ms) begin transaction
27505
+ -------------------------------------------------------------------------------------------------
27506
+ PointlessFeedback::MessageTest::validating email: test_0002_does not allow invalid emails address
27507
+ -------------------------------------------------------------------------------------------------
27508
+  (0.1ms) rollback transaction
27509
+  (0.0ms) begin transaction
27510
+ ---------------------------------------------------------------------------
27511
+ PointlessFeedback::MessagesControllerTest::getting new: test_0001_anonymous
27512
+ ---------------------------------------------------------------------------
27513
+ Processing by PointlessFeedback::MessagesController#new as HTML
27514
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (10.4ms)
27515
+ Completed 200 OK in 149ms (Views: 148.3ms | ActiveRecord: 0.0ms)
27516
+  (0.1ms) rollback transaction
27517
+  (0.0ms) begin transaction
27518
+ ---------------------------------------------------------------------------
27519
+ PointlessFeedback::MessagesControllerTest::getting new: test_0002_anonymous
27520
+ ---------------------------------------------------------------------------
27521
+ Processing by PointlessFeedback::MessagesController#new as HTML
27522
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (1.9ms)
27523
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
27524
+  (0.1ms) rollback transaction
27525
+  (0.1ms) begin transaction
27526
+ ---------------------------------------------------------------------------
27527
+ PointlessFeedback::MessagesControllerTest::getting new: test_0003_anonymous
27528
+ ---------------------------------------------------------------------------
27529
+ Processing by PointlessFeedback::MessagesController#new as HTML
27530
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.2ms)
27531
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
27532
+  (0.1ms) rollback transaction
27533
+  (0.1ms) begin transaction
27534
+ ---------------------------------------------------------------------------------
27535
+ FeedbackSubmissionTest::submitting feedback: test_0001_redirects to the root path
27536
+ ---------------------------------------------------------------------------------
27537
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:21:34 -0600
27538
+ Processing by PointlessFeedback::MessagesController#new as HTML
27539
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (1.9ms)
27540
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
27541
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:21:34 -0600
27542
+ Processing by PointlessFeedback::MessagesController#create as HTML
27543
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
27544
+  (0.1ms) SAVEPOINT active_record_1
27545
+ 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-24 17:21:34.071282"], ["updated_at", "2015-08-24 17:21:34.071282"]]
27546
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
27547
+
27548
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.3ms
27549
+
27550
+ Sent mail to to@example.com (1.8ms)
27551
+ Date: Mon, 24 Aug 2015 11:21:34 -0600
27552
+ From: eli@example.com
27553
+ To: to@example.com
27554
+ Message-ID: <55db529e1248b_75eb3fdfe542bbc019347@Eliass-MacBook-Pro.local.mail>
27555
+ Subject: Feedback
27556
+ Mime-Version: 1.0
27557
+ Content-Type: text/html;
27558
+ charset=UTF-8
27559
+ Content-Transfer-Encoding: 7bit
27560
+
27561
+ You've got feedback!
27562
+
27563
+ <p>Name: Eli</p>
27564
+ <p>Email Address: eli@example.com</p>
27565
+ <p>Topic: Other</p>
27566
+ <p>Description: This site is awful</p>
27567
+
27568
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27569
+ Redirected to http://www.example.com/
27570
+ Completed 302 Found in 15ms (ActiveRecord: 0.5ms)
27571
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:21:34 -0600
27572
+ Processing by HomeController#index as HTML
27573
+ Rendered home/index.html.erb within layouts/application (0.7ms)
27574
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
27575
+  (0.4ms) rollback transaction
27576
+  (0.0ms) begin transaction
27577
+ ----------------------------------------------------------------------------------
27578
+ FeedbackSubmissionTest::submitting feedback: test_0002_thanks message is displayed
27579
+ ----------------------------------------------------------------------------------
27580
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:21:34 -0600
27581
+ Processing by PointlessFeedback::MessagesController#new as HTML
27582
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.1ms)
27583
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
27584
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:21:34 -0600
27585
+ Processing by PointlessFeedback::MessagesController#create as HTML
27586
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
27587
+  (0.1ms) SAVEPOINT active_record_1
27588
+ 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-24 17:21:34.108313"], ["updated_at", "2015-08-24 17:21:34.108313"]]
27589
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
27590
+
27591
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.2ms
27592
+
27593
+ Sent mail to to@example.com (1.8ms)
27594
+ Date: Mon, 24 Aug 2015 11:21:34 -0600
27595
+ From: eli@example.com
27596
+ To: to@example.com
27597
+ Message-ID: <55db529e1b41a_75eb3fdfe542bbc019458@Eliass-MacBook-Pro.local.mail>
27598
+ Subject: Feedback
27599
+ Mime-Version: 1.0
27600
+ Content-Type: text/html;
27601
+ charset=UTF-8
27602
+ Content-Transfer-Encoding: 7bit
27603
+
27604
+ You've got feedback!
27605
+
27606
+ <p>Name: Eli</p>
27607
+ <p>Email Address: eli@example.com</p>
27608
+ <p>Topic: Other</p>
27609
+ <p>Description: This site is awful</p>
27610
+
27611
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27612
+ Redirected to http://www.example.com/
27613
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
27614
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:21:34 -0600
27615
+ Processing by HomeController#index as HTML
27616
+ Rendered home/index.html.erb within layouts/application (0.3ms)
27617
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
27618
+  (0.5ms) rollback transaction
27619
+  (0.1ms) begin transaction
27620
+ ---------------------------------------------------------------------------------------------------------------------------------
27621
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is true: test_0001_sends mail after create
27622
+ ---------------------------------------------------------------------------------------------------------------------------------
27623
+  (0.0ms) SAVEPOINT active_record_1
27624
+ 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-24 17:21:34.123035"], ["updated_at", "2015-08-24 17:21:34.123035"]]
27625
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27626
+  (0.4ms) rollback transaction
27627
+  (0.0ms) begin transaction
27628
+ -----------------------------------------------------------------------------------------------------------------
27629
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0001_outputs named path from the main app
27630
+ -----------------------------------------------------------------------------------------------------------------
27631
+  (0.0ms) rollback transaction
27632
+  (0.0ms) begin transaction
27633
+ ----------------------------------------------------------------------------------------------------------------
27634
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0002_outputs named url from the main app
27635
+ ----------------------------------------------------------------------------------------------------------------
27636
+  (0.0ms) rollback transaction
27637
+  (0.0ms) begin transaction
27638
+ ---------------------------------------------------------------------------------------------------------------
27639
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0003_raises exception with other routes
27640
+ ---------------------------------------------------------------------------------------------------------------
27641
+  (0.0ms) rollback transaction
27642
+  (0.0ms) begin transaction
27643
+ -------------------------------------------------------
27644
+ PointlessFeedback::MessageTest: test_0001_requires name
27645
+ -------------------------------------------------------
27646
+  (0.0ms) SAVEPOINT active_record_1
27647
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
27648
+  (0.1ms) rollback transaction
27649
+  (0.0ms) begin transaction
27650
+ ----------------------------------------------------------------
27651
+ PointlessFeedback::MessageTest: test_0002_requires email_address
27652
+ ----------------------------------------------------------------
27653
+  (0.0ms) SAVEPOINT active_record_1
27654
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
27655
+  (0.0ms) rollback transaction
27656
+  (0.0ms) begin transaction
27657
+ --------------------------------------------------------
27658
+ PointlessFeedback::MessageTest: test_0003_requires topic
27659
+ --------------------------------------------------------
27660
+  (0.0ms) SAVEPOINT active_record_1
27661
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
27662
+  (0.0ms) rollback transaction
27663
+  (0.0ms) begin transaction
27664
+ --------------------------------------------------------------
27665
+ PointlessFeedback::MessageTest: test_0004_requires description
27666
+ --------------------------------------------------------------
27667
+  (0.0ms) SAVEPOINT active_record_1
27668
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
27669
+  (0.0ms) rollback transaction
27670
+  (0.0ms) begin transaction
27671
+ ---------------------------------------------------------------------------------------------------------------------------------
27672
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is false: test_0001_does not send any mail
27673
+ ---------------------------------------------------------------------------------------------------------------------------------
27674
+  (0.0ms) SAVEPOINT active_record_1
27675
+ 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-24 17:21:34.143279"], ["updated_at", "2015-08-24 17:21:34.143279"]]
27676
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27677
+  (0.4ms) rollback transaction
27678
+  (0.1ms) begin transaction
27679
+ -----------------------------------------------------------------------
27680
+ MainAppRootUrlTest: test_0001_root_url link points to main_app.root_url
27681
+ -----------------------------------------------------------------------
27682
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:21:34 -0600
27683
+ Processing by PointlessFeedback::MessagesController#new as HTML
27684
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.1ms)
27685
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
27686
+  (0.1ms) rollback transaction
27687
+  (0.1ms) begin transaction
27688
+ -------------------------------------------------------------------------------
27689
+ PointlessFeedback::MessageTest::validating topics: test_0001_allows valid topic
27690
+ -------------------------------------------------------------------------------
27691
+  (0.1ms) rollback transaction
27692
+  (0.0ms) begin transaction
27693
+ -----------------------------------------------------------------------------------------
27694
+ PointlessFeedback::MessageTest::validating topics: test_0002_does not allow invalid topic
27695
+ -----------------------------------------------------------------------------------------
27696
+  (0.0ms) rollback transaction
27697
+  (0.0ms) begin transaction
27698
+ ---------------------------------------------------------------------
27699
+ InstallGeneratorTest: test_0001_Assert all files are properly created
27700
+ ---------------------------------------------------------------------
27701
+  (0.0ms) rollback transaction
27702
+  (0.0ms) begin transaction
27703
+ ------------------------------------------------------------------------------------------------------
27704
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0001_anonymous
27705
+ ------------------------------------------------------------------------------------------------------
27706
+ Processing by PointlessFeedback::MessagesController#create as HTML
27707
+ Parameters: {"message"=>{"name"=>""}}
27708
+  (0.1ms) SAVEPOINT active_record_1
27709
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
27710
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (4.7ms)
27711
+ Completed 200 OK in 10ms (Views: 6.3ms | ActiveRecord: 0.1ms)
27712
+  (0.1ms) rollback transaction
27713
+  (0.1ms) begin transaction
27714
+ ------------------------------------------------------------------------------------------------------
27715
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0002_anonymous
27716
+ ------------------------------------------------------------------------------------------------------
27717
+ Processing by PointlessFeedback::MessagesController#create as HTML
27718
+ Parameters: {"message"=>{"name"=>""}}
27719
+  (0.0ms) SAVEPOINT active_record_1
27720
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
27721
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.5ms)
27722
+ Completed 200 OK in 8ms (Views: 4.7ms | ActiveRecord: 0.1ms)
27723
+  (0.0ms) rollback transaction
27724
+  (0.0ms) begin transaction
27725
+ ------------------------------------------------------------------------------------------------------
27726
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0003_anonymous
27727
+ ------------------------------------------------------------------------------------------------------
27728
+ Processing by PointlessFeedback::MessagesController#create as HTML
27729
+ Parameters: {"message"=>{"name"=>""}}
27730
+  (0.1ms) SAVEPOINT active_record_1
27731
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
27732
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (4.2ms)
27733
+ Completed 200 OK in 9ms (Views: 5.6ms | ActiveRecord: 0.1ms)
27734
+  (0.1ms) rollback transaction
27735
+  (0.0ms) begin transaction
27736
+ --------------------------------------
27737
+ PointlessFeedbackTest: test_0001_truth
27738
+ --------------------------------------
27739
+  (0.0ms) rollback transaction
27740
+  (0.0ms) begin transaction
27741
+ -------------------------------------------------------------------------------------------------------------------
27742
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0001_redirects to the root path
27743
+ -------------------------------------------------------------------------------------------------------------------
27744
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:21:34 -0600
27745
+ Processing by PointlessFeedback::MessagesController#new as HTML
27746
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.4ms)
27747
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
27748
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:21:34 -0600
27749
+ Processing by PointlessFeedback::MessagesController#create as HTML
27750
+ 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"}
27751
+  (0.1ms) SAVEPOINT active_record_1
27752
+ 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-24 17:21:34.213552"], ["updated_at", "2015-08-24 17:21:34.213552"]]
27753
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27754
+ Redirected to http://www.example.com/
27755
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
27756
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:21:34 -0600
27757
+ Processing by HomeController#index as HTML
27758
+ Rendered home/index.html.erb within layouts/application (0.3ms)
27759
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
27760
+  (0.7ms) rollback transaction
27761
+  (0.0ms) begin transaction
27762
+ --------------------------------------------------------------------------------------------------------------------
27763
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0002_thanks message is displayed
27764
+ --------------------------------------------------------------------------------------------------------------------
27765
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:21:34 -0600
27766
+ Processing by PointlessFeedback::MessagesController#new as HTML
27767
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.5ms)
27768
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
27769
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:21:34 -0600
27770
+ Processing by PointlessFeedback::MessagesController#create as HTML
27771
+ 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"}
27772
+  (0.1ms) SAVEPOINT active_record_1
27773
+ 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-24 17:21:34.235450"], ["updated_at", "2015-08-24 17:21:34.235450"]]
27774
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27775
+ Redirected to http://www.example.com/
27776
+ Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
27777
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:21:34 -0600
27778
+ Processing by HomeController#index as HTML
27779
+ Rendered home/index.html.erb within layouts/application (0.3ms)
27780
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
27781
+  (0.4ms) rollback transaction
27782
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27783
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27784
+  (0.1ms) begin transaction
27785
+ ---------------------------------------------------------------------------
27786
+ PointlessFeedback::MessagesControllerTest::getting new: test_0001_anonymous
27787
+ ---------------------------------------------------------------------------
27788
+ Processing by PointlessFeedback::MessagesController#new as HTML
27789
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (16.8ms)
27790
+ Completed 200 OK in 145ms (Views: 139.9ms | ActiveRecord: 0.3ms)
27791
+  (0.1ms) rollback transaction
27792
+  (0.1ms) begin transaction
27793
+ ---------------------------------------------------------------------------
27794
+ PointlessFeedback::MessagesControllerTest::getting new: test_0002_anonymous
27795
+ ---------------------------------------------------------------------------
27796
+ Processing by PointlessFeedback::MessagesController#new as HTML
27797
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.6ms)
27798
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
27799
+  (0.1ms) rollback transaction
27800
+  (0.0ms) begin transaction
27801
+ ---------------------------------------------------------------------------
27802
+ PointlessFeedback::MessagesControllerTest::getting new: test_0003_anonymous
27803
+ ---------------------------------------------------------------------------
27804
+ Processing by PointlessFeedback::MessagesController#new as HTML
27805
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (1.9ms)
27806
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
27807
+  (0.0ms) rollback transaction
27808
+  (0.0ms) begin transaction
27809
+ -----------------------------------------------------------------------------------------------------------------
27810
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0001_outputs named path from the main app
27811
+ -----------------------------------------------------------------------------------------------------------------
27812
+  (0.0ms) rollback transaction
27813
+  (0.0ms) begin transaction
27814
+ ----------------------------------------------------------------------------------------------------------------
27815
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0002_outputs named url from the main app
27816
+ ----------------------------------------------------------------------------------------------------------------
27817
+  (0.0ms) rollback transaction
27818
+  (0.0ms) begin transaction
27819
+ ---------------------------------------------------------------------------------------------------------------
27820
+ PointlessFeedback::ApplicationHelperTest::main app's named routes: test_0003_raises exception with other routes
27821
+ ---------------------------------------------------------------------------------------------------------------
27822
+  (0.0ms) rollback transaction
27823
+  (0.1ms) begin transaction
27824
+ --------------------------------------
27825
+ PointlessFeedbackTest: test_0001_truth
27826
+ --------------------------------------
27827
+  (0.0ms) rollback transaction
27828
+  (0.1ms) begin transaction
27829
+ ---------------------------------------------------------------------------------------------------------------------------------
27830
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is false: test_0001_does not send any mail
27831
+ ---------------------------------------------------------------------------------------------------------------------------------
27832
+  (0.1ms) SAVEPOINT active_record_1
27833
+ 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-24 17:25:52.856570"], ["updated_at", "2015-08-24 17:25:52.856570"]]
27834
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27835
+  (1.6ms) rollback transaction
27836
+  (0.1ms) begin transaction
27837
+ ----------------------------------------------------------------------------------------------------
27838
+ PointlessFeedback::MessageTest::validating against spam: test_0001_allows descriptions with no links
27839
+ ----------------------------------------------------------------------------------------------------
27840
+  (0.1ms) rollback transaction
27841
+  (0.0ms) begin transaction
27842
+ -------------------------------------------------------------------------------------------------------------------
27843
+ PointlessFeedback::MessageTest::validating against spam: test_0002_does not allow descriptions with 3 or more links
27844
+ -------------------------------------------------------------------------------------------------------------------
27845
+  (0.1ms) rollback transaction
27846
+  (0.1ms) begin transaction
27847
+ -----------------------------------------------------------------------------------------
27848
+ PointlessFeedback::CaptchaTest::.pass?: test_0001_returns true if Google response is true
27849
+ -----------------------------------------------------------------------------------------
27850
+  (0.0ms) rollback transaction
27851
+  (0.0ms) begin transaction
27852
+ ------------------------------------------------------------------------------------------
27853
+ PointlessFeedback::CaptchaTest::.pass?: test_0002_returns false if Google response is true
27854
+ ------------------------------------------------------------------------------------------
27855
+  (0.0ms) rollback transaction
27856
+  (0.0ms) begin transaction
27857
+ ------------------------------------------------------------------------------------------------------
27858
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0001_anonymous
27859
+ ------------------------------------------------------------------------------------------------------
27860
+ Processing by PointlessFeedback::MessagesController#create as HTML
27861
+ Parameters: {"message"=>{"name"=>""}}
27862
+  (0.1ms) SAVEPOINT active_record_1
27863
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
27864
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.4ms)
27865
+ Completed 200 OK in 8ms (Views: 4.7ms | ActiveRecord: 0.1ms)
27866
+  (0.0ms) rollback transaction
27867
+  (0.0ms) begin transaction
27868
+ ------------------------------------------------------------------------------------------------------
27869
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0002_anonymous
27870
+ ------------------------------------------------------------------------------------------------------
27871
+ Processing by PointlessFeedback::MessagesController#create as HTML
27872
+ Parameters: {"message"=>{"name"=>""}}
27873
+  (0.0ms) SAVEPOINT active_record_1
27874
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
27875
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.5ms)
27876
+ Completed 200 OK in 8ms (Views: 4.7ms | ActiveRecord: 0.1ms)
27877
+  (0.1ms) rollback transaction
27878
+  (0.0ms) begin transaction
27879
+ ------------------------------------------------------------------------------------------------------
27880
+ PointlessFeedback::MessagesControllerTest::posting to create::with invalid params: test_0003_anonymous
27881
+ ------------------------------------------------------------------------------------------------------
27882
+ Processing by PointlessFeedback::MessagesController#create as HTML
27883
+ Parameters: {"message"=>{"name"=>""}}
27884
+  (0.0ms) SAVEPOINT active_record_1
27885
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
27886
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (3.1ms)
27887
+ Completed 200 OK in 7ms (Views: 4.1ms | ActiveRecord: 0.1ms)
27888
+  (0.0ms) rollback transaction
27889
+  (0.0ms) begin transaction
27890
+ -------------------------------------------------------------------------------
27891
+ PointlessFeedback::MessageTest::validating topics: test_0001_allows valid topic
27892
+ -------------------------------------------------------------------------------
27893
+  (0.0ms) rollback transaction
27894
+  (0.0ms) begin transaction
27895
+ -----------------------------------------------------------------------------------------
27896
+ PointlessFeedback::MessageTest::validating topics: test_0002_does not allow invalid topic
27897
+ -----------------------------------------------------------------------------------------
27898
+  (0.0ms) rollback transaction
27899
+  (0.1ms) begin transaction
27900
+ ---------------------------------------------------------------------------------
27901
+ FeedbackSubmissionTest::submitting feedback: test_0001_redirects to the root path
27902
+ ---------------------------------------------------------------------------------
27903
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:25:52 -0600
27904
+ Processing by PointlessFeedback::MessagesController#new as HTML
27905
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.3ms)
27906
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
27907
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:25:52 -0600
27908
+ Processing by PointlessFeedback::MessagesController#create as HTML
27909
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
27910
+  (0.1ms) SAVEPOINT active_record_1
27911
+ 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-24 17:25:52.922880"], ["updated_at", "2015-08-24 17:25:52.922880"]]
27912
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27913
+ Redirected to http://www.example.com/
27914
+ Completed 302 Found in 10ms (ActiveRecord: 0.4ms)
27915
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:25:52 -0600
27916
+ Processing by HomeController#index as HTML
27917
+ Rendered home/index.html.erb within layouts/application (0.7ms)
27918
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
27919
+  (0.5ms) rollback transaction
27920
+  (0.1ms) begin transaction
27921
+ ----------------------------------------------------------------------------------
27922
+ FeedbackSubmissionTest::submitting feedback: test_0002_thanks message is displayed
27923
+ ----------------------------------------------------------------------------------
27924
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:25:52 -0600
27925
+ Processing by PointlessFeedback::MessagesController#new as HTML
27926
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.1ms)
27927
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
27928
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:25:52 -0600
27929
+ Processing by PointlessFeedback::MessagesController#create as HTML
27930
+ Parameters: {"utf8"=>"✓", "message"=>{"name"=>"Eli", "email_address"=>"eli@example.com", "topic"=>"Other", "description"=>"This site is awful", "contact_info"=>""}, "commit"=>"Submit"}
27931
+  (0.1ms) SAVEPOINT active_record_1
27932
+ 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-24 17:25:52.953682"], ["updated_at", "2015-08-24 17:25:52.953682"]]
27933
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27934
+ Redirected to http://www.example.com/
27935
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
27936
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:25:52 -0600
27937
+ Processing by HomeController#index as HTML
27938
+ Rendered home/index.html.erb within layouts/application (0.4ms)
27939
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
27940
+  (0.5ms) rollback transaction
27941
+  (0.0ms) begin transaction
27942
+ ---------------------------------------------------------------
27943
+ PointlessFeedback::FeedbackMailerTest: test_0001_feedback email
27944
+ ---------------------------------------------------------------
27945
+  (0.1ms) SAVEPOINT active_record_1
27946
+ 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-24 17:25:53.126666"], ["updated_at", "2015-08-24 17:25:53.126666"]]
27947
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27948
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.5ms)
27949
+
27950
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 6.7ms
27951
+  (1.7ms) rollback transaction
27952
+  (0.1ms) begin transaction
27953
+ --------------------------------------------------------------------
27954
+ PointlessFeedback::FeedbackMailerTest: test_0002_feedback email body
27955
+ --------------------------------------------------------------------
27956
+  (0.0ms) SAVEPOINT active_record_1
27957
+ 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-24 17:25:53.141707"], ["updated_at", "2015-08-24 17:25:53.141707"]]
27958
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27959
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
27960
+
27961
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
27962
+  (0.4ms) rollback transaction
27963
+  (0.0ms) begin transaction
27964
+ -----------------------------------------------------------------------------
27965
+ PointlessFeedback::FeedbackMailerTest: test_0003_feedback from email when set
27966
+ -----------------------------------------------------------------------------
27967
+  (0.0ms) SAVEPOINT active_record_1
27968
+ 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-24 17:25:53.146482"], ["updated_at", "2015-08-24 17:25:53.146482"]]
27969
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27970
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.0ms)
27971
+
27972
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 0.9ms
27973
+  (0.3ms) rollback transaction
27974
+  (0.1ms) begin transaction
27975
+ -------------------------------------------------------------------------------------------
27976
+ PointlessFeedback::FeedbackMailerTest: test_0004_feedback from email when set as the sender
27977
+ -------------------------------------------------------------------------------------------
27978
+  (0.0ms) SAVEPOINT active_record_1
27979
+ 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-24 17:25:53.150608"], ["updated_at", "2015-08-24 17:25:53.150608"]]
27980
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27981
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.0ms)
27982
+
27983
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.2ms
27984
+  (0.4ms) rollback transaction
27985
+  (0.0ms) begin transaction
27986
+ -------------------------------------------------------------------------------------------------------------------
27987
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0001_redirects to the root path
27988
+ -------------------------------------------------------------------------------------------------------------------
27989
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:25:53 -0600
27990
+ Processing by PointlessFeedback::MessagesController#new as HTML
27991
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.0ms)
27992
+ Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
27993
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:25:53 -0600
27994
+ Processing by PointlessFeedback::MessagesController#create as HTML
27995
+ 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"}
27996
+  (0.1ms) SAVEPOINT active_record_1
27997
+ 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-24 17:25:53.169340"], ["updated_at", "2015-08-24 17:25:53.169340"]]
27998
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27999
+ Redirected to http://www.example.com/
28000
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
28001
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:25:53 -0600
28002
+ Processing by HomeController#index as HTML
28003
+ Rendered home/index.html.erb within layouts/application (0.3ms)
28004
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
28005
+  (0.4ms) rollback transaction
28006
+  (0.1ms) begin transaction
28007
+ --------------------------------------------------------------------------------------------------------------------
28008
+ FeedbackSubmissionTest::submitting feedback with the honeypot field filled in: test_0002_thanks message is displayed
28009
+ --------------------------------------------------------------------------------------------------------------------
28010
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:25:53 -0600
28011
+ Processing by PointlessFeedback::MessagesController#new as HTML
28012
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.0ms)
28013
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
28014
+ Started POST "/pointless_feedback/messages" for 127.0.0.1 at 2015-08-24 11:25:53 -0600
28015
+ Processing by PointlessFeedback::MessagesController#create as HTML
28016
+ 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"}
28017
+  (0.1ms) SAVEPOINT active_record_1
28018
+ 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-24 17:25:53.188866"], ["updated_at", "2015-08-24 17:25:53.188866"]]
28019
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28020
+ Redirected to http://www.example.com/
28021
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
28022
+ Started GET "/" for 127.0.0.1 at 2015-08-24 11:25:53 -0600
28023
+ Processing by HomeController#index as HTML
28024
+ Rendered home/index.html.erb within layouts/application (0.4ms)
28025
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
28026
+  (0.5ms) rollback transaction
28027
+  (0.1ms) begin transaction
28028
+ ---------------------------------------------------------------------------------------------------------------------------------
28029
+ PointlessFeedback::MessageTest::export_feedback::when PointlessFeedback.email_feedback is true: test_0001_sends mail after create
28030
+ ---------------------------------------------------------------------------------------------------------------------------------
28031
+  (0.0ms) SAVEPOINT active_record_1
28032
+ 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-24 17:25:53.199204"], ["updated_at", "2015-08-24 17:25:53.199204"]]
28033
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28034
+  (0.4ms) rollback transaction
28035
+  (0.0ms) begin transaction
28036
+ ----------------------------------------------------------------------------------------
28037
+ PointlessFeedback::MessageTest::validating email: test_0001_allows a valid email address
28038
+ ----------------------------------------------------------------------------------------
28039
+  (0.0ms) rollback transaction
28040
+  (0.0ms) begin transaction
28041
+ -------------------------------------------------------------------------------------------------
28042
+ PointlessFeedback::MessageTest::validating email: test_0002_does not allow invalid emails address
28043
+ -------------------------------------------------------------------------------------------------
28044
+  (0.0ms) rollback transaction
28045
+  (0.0ms) begin transaction
28046
+ -------------------------------------------------------------------
28047
+ ViewsGeneratorTest: test_0001_Assert all views are properly created
28048
+ -------------------------------------------------------------------
28049
+  (0.1ms) rollback transaction
28050
+  (0.0ms) begin transaction
28051
+ ---------------------------------------------------------------------
28052
+ InstallGeneratorTest: test_0001_Assert all files are properly created
28053
+ ---------------------------------------------------------------------
28054
+  (0.1ms) rollback transaction
28055
+  (0.1ms) begin transaction
28056
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28057
+ 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
28058
+ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28059
+  (0.1ms) SAVEPOINT active_record_1
28060
+ 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-24 17:25:53.217786"], ["updated_at", "2015-08-24 17:25:53.217786"]]
28061
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28062
+  (0.4ms) rollback transaction
28063
+  (0.1ms) begin transaction
28064
+ -----------------------------------------------------------------------------------------------------------------------------------------------
28065
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0001_anonymous
28066
+ -----------------------------------------------------------------------------------------------------------------------------------------------
28067
+ Processing by PointlessFeedback::MessagesController#create as HTML
28068
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
28069
+  (0.1ms) SAVEPOINT active_record_1
28070
+ 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-24 17:25:53.224401"], ["updated_at", "2015-08-24 17:25:53.224401"]]
28071
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
28072
+
28073
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.2ms
28074
+
28075
+ Sent mail to test1@example.com, test2@example.com (3.9ms)
28076
+ Date: Mon, 24 Aug 2015 11:25:53 -0600
28077
+ From: some_guy@web.com
28078
+ To: test1@example.com,
28079
+ test2@example.com
28080
+ Message-ID: <55db53a137d2f_76323febad42dbb861827@Eliass-MacBook-Pro.local.mail>
28081
+ Subject: Feedback
28082
+ Mime-Version: 1.0
28083
+ Content-Type: text/html;
28084
+ charset=UTF-8
28085
+ Content-Transfer-Encoding: 7bit
28086
+
28087
+ You've got feedback!
28088
+
28089
+ <p>Name: Some Guy</p>
28090
+ <p>Email Address: some_guy@web.com</p>
28091
+ <p>Topic: Other</p>
28092
+ <p>Description: Yo website bork</p>
28093
+
28094
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28095
+ Redirected to http://test.host/dashboard
28096
+ Completed 302 Found in 8ms (ActiveRecord: 0.4ms)
28097
+  (0.4ms) rollback transaction
28098
+  (0.0ms) begin transaction
28099
+ -----------------------------------------------------------------------------------------------------------------------------------------------
28100
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0002_anonymous
28101
+ -----------------------------------------------------------------------------------------------------------------------------------------------
28102
+ Processing by PointlessFeedback::MessagesController#create as HTML
28103
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
28104
+  (0.1ms) SAVEPOINT active_record_1
28105
+ 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-24 17:25:53.235756"], ["updated_at", "2015-08-24 17:25:53.235756"]]
28106
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
28107
+
28108
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.3ms
28109
+
28110
+ Sent mail to test1@example.com, test2@example.com (2.2ms)
28111
+ Date: Mon, 24 Aug 2015 11:25:53 -0600
28112
+ From: some_guy@web.com
28113
+ To: test1@example.com,
28114
+ test2@example.com
28115
+ Message-ID: <55db53a13a7e8_76323febad42dbb86198e@Eliass-MacBook-Pro.local.mail>
28116
+ Subject: Feedback
28117
+ Mime-Version: 1.0
28118
+ Content-Type: text/html;
28119
+ charset=UTF-8
28120
+ Content-Transfer-Encoding: 7bit
28121
+
28122
+ You've got feedback!
28123
+
28124
+ <p>Name: Some Guy</p>
28125
+ <p>Email Address: some_guy@web.com</p>
28126
+ <p>Topic: Other</p>
28127
+ <p>Description: Yo website bork</p>
28128
+
28129
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28130
+ Redirected to http://test.host/dashboard
28131
+ Completed 302 Found in 7ms (ActiveRecord: 0.4ms)
28132
+  (0.4ms) rollback transaction
28133
+  (0.1ms) begin transaction
28134
+ -----------------------------------------------------------------------------------------------------------------------------------------------
28135
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with overridden after_message_create_path: test_0003_anonymous
28136
+ -----------------------------------------------------------------------------------------------------------------------------------------------
28137
+ Processing by PointlessFeedback::MessagesController#create as HTML
28138
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
28139
+  (0.0ms) SAVEPOINT active_record_1
28140
+ 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-24 17:25:53.244673"], ["updated_at", "2015-08-24 17:25:53.244673"]]
28141
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
28142
+
28143
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
28144
+
28145
+ Sent mail to test1@example.com, test2@example.com (2.2ms)
28146
+ Date: Mon, 24 Aug 2015 11:25:53 -0600
28147
+ From: some_guy@web.com
28148
+ To: test1@example.com,
28149
+ test2@example.com
28150
+ Message-ID: <55db53a13c90c_76323febad42dbb8620e9@Eliass-MacBook-Pro.local.mail>
28151
+ Subject: Feedback
28152
+ Mime-Version: 1.0
28153
+ Content-Type: text/html;
28154
+ charset=UTF-8
28155
+ Content-Transfer-Encoding: 7bit
28156
+
28157
+ You've got feedback!
28158
+
28159
+ <p>Name: Some Guy</p>
28160
+ <p>Email Address: some_guy@web.com</p>
28161
+ <p>Topic: Other</p>
28162
+ <p>Description: Yo website bork</p>
28163
+
28164
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28165
+ Redirected to http://test.host/dashboard
28166
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
28167
+  (0.4ms) rollback transaction
28168
+  (0.1ms) begin transaction
28169
+ --------------------------------------------------------------------------------------------------------------------------------------------
28170
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0001_anonymous
28171
+ --------------------------------------------------------------------------------------------------------------------------------------------
28172
+ Processing by PointlessFeedback::MessagesController#create as HTML
28173
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
28174
+  (0.1ms) SAVEPOINT active_record_1
28175
+ 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-24 17:25:53.254465"], ["updated_at", "2015-08-24 17:25:53.254465"]]
28176
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
28177
+
28178
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.2ms
28179
+
28180
+ Sent mail to test1@example.com, test2@example.com (2.2ms)
28181
+ Date: Mon, 24 Aug 2015 11:25:53 -0600
28182
+ From: some_guy@web.com
28183
+ To: test1@example.com,
28184
+ test2@example.com
28185
+ Message-ID: <55db53a13efab_76323febad42dbb86215@Eliass-MacBook-Pro.local.mail>
28186
+ Subject: Feedback
28187
+ Mime-Version: 1.0
28188
+ Content-Type: text/html;
28189
+ charset=UTF-8
28190
+ Content-Transfer-Encoding: 7bit
28191
+
28192
+ You've got feedback!
28193
+
28194
+ <p>Name: Some Guy</p>
28195
+ <p>Email Address: some_guy@web.com</p>
28196
+ <p>Topic: Other</p>
28197
+ <p>Description: Yo website bork</p>
28198
+
28199
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28200
+ Redirected to http://test.host/
28201
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
28202
+  (0.4ms) rollback transaction
28203
+  (0.1ms) begin transaction
28204
+ --------------------------------------------------------------------------------------------------------------------------------------------
28205
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0002_anonymous
28206
+ --------------------------------------------------------------------------------------------------------------------------------------------
28207
+ Processing by PointlessFeedback::MessagesController#create as HTML
28208
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
28209
+  (0.1ms) SAVEPOINT active_record_1
28210
+ 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-24 17:25:53.263526"], ["updated_at", "2015-08-24 17:25:53.263526"]]
28211
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
28212
+
28213
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.1ms
28214
+
28215
+ Sent mail to test1@example.com, test2@example.com (2.0ms)
28216
+ Date: Mon, 24 Aug 2015 11:25:53 -0600
28217
+ From: some_guy@web.com
28218
+ To: test1@example.com,
28219
+ test2@example.com
28220
+ Message-ID: <55db53a141267_76323febad42dbb862227@Eliass-MacBook-Pro.local.mail>
28221
+ Subject: Feedback
28222
+ Mime-Version: 1.0
28223
+ Content-Type: text/html;
28224
+ charset=UTF-8
28225
+ Content-Transfer-Encoding: 7bit
28226
+
28227
+ You've got feedback!
28228
+
28229
+ <p>Name: Some Guy</p>
28230
+ <p>Email Address: some_guy@web.com</p>
28231
+ <p>Topic: Other</p>
28232
+ <p>Description: Yo website bork</p>
28233
+
28234
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28235
+ Redirected to http://test.host/
28236
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
28237
+  (0.3ms) rollback transaction
28238
+  (0.0ms) begin transaction
28239
+ --------------------------------------------------------------------------------------------------------------------------------------------
28240
+ PointlessFeedback::MessagesControllerTest::posting to create::with valid params::with default after_message_create_path: test_0003_anonymous
28241
+ --------------------------------------------------------------------------------------------------------------------------------------------
28242
+ Processing by PointlessFeedback::MessagesController#create as HTML
28243
+ Parameters: {"message"=>{"name"=>"Some Guy", "email_address"=>"some_guy@web.com", "topic"=>"Other", "description"=>"Yo website bork"}}
28244
+  (0.1ms) SAVEPOINT active_record_1
28245
+ 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-24 17:25:53.272039"], ["updated_at", "2015-08-24 17:25:53.272039"]]
28246
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/feedback_mailer/feedback.html.erb (0.1ms)
28247
+
28248
+ PointlessFeedback::FeedbackMailer#feedback: processed outbound mail in 1.2ms
28249
+
28250
+ Sent mail to test1@example.com, test2@example.com (2.2ms)
28251
+ Date: Mon, 24 Aug 2015 11:25:53 -0600
28252
+ From: some_guy@web.com
28253
+ To: test1@example.com,
28254
+ test2@example.com
28255
+ Message-ID: <55db53a1434af_76323febad42dbb8623e6@Eliass-MacBook-Pro.local.mail>
28256
+ Subject: Feedback
28257
+ Mime-Version: 1.0
28258
+ Content-Type: text/html;
28259
+ charset=UTF-8
28260
+ Content-Transfer-Encoding: 7bit
28261
+
28262
+ You've got feedback!
28263
+
28264
+ <p>Name: Some Guy</p>
28265
+ <p>Email Address: some_guy@web.com</p>
28266
+ <p>Topic: Other</p>
28267
+ <p>Description: Yo website bork</p>
28268
+
28269
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28270
+ Redirected to http://test.host/
28271
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
28272
+  (0.3ms) rollback transaction
28273
+  (0.1ms) begin transaction
28274
+ -----------------------------------------------------------------------
28275
+ MainAppRootUrlTest: test_0001_root_url link points to main_app.root_url
28276
+ -----------------------------------------------------------------------
28277
+ Started GET "/pointless_feedback" for 127.0.0.1 at 2015-08-24 11:25:53 -0600
28278
+ Processing by PointlessFeedback::MessagesController#new as HTML
28279
+ Rendered /Users/efatsi/Desktop/Projects/Gems/pointless-feedback/app/views/pointless_feedback/messages/new.html.erb within layouts/application (2.3ms)
28280
+ Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms)
28281
+  (0.1ms) rollback transaction
28282
+  (0.1ms) begin transaction
28283
+ -------------------------------------------------------
28284
+ PointlessFeedback::MessageTest: test_0001_requires name
28285
+ -------------------------------------------------------
28286
+  (0.0ms) SAVEPOINT active_record_1
28287
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
28288
+  (0.0ms) rollback transaction
28289
+  (0.0ms) begin transaction
28290
+ ----------------------------------------------------------------
28291
+ PointlessFeedback::MessageTest: test_0002_requires email_address
28292
+ ----------------------------------------------------------------
28293
+  (0.0ms) SAVEPOINT active_record_1
28294
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
28295
+  (0.0ms) rollback transaction
28296
+  (0.0ms) begin transaction
28297
+ --------------------------------------------------------
28298
+ PointlessFeedback::MessageTest: test_0003_requires topic
28299
+ --------------------------------------------------------
28300
+  (0.0ms) SAVEPOINT active_record_1
28301
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
28302
+  (0.0ms) rollback transaction
28303
+  (0.0ms) begin transaction
28304
+ --------------------------------------------------------------
28305
+ PointlessFeedback::MessageTest: test_0004_requires description
28306
+ --------------------------------------------------------------
28307
+  (0.0ms) SAVEPOINT active_record_1
28308
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
28309
+  (0.0ms) rollback transaction