aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add ActionMailbox::Base#bounce_withGeorge Claghorn2018-10-031-0/+8
|
* ActionMailroom -> ActionMailboxDavid Heinemeier Hansson2018-09-281-2/+2
| | | | We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy.
* Everyone needs job testingDavid Heinemeier Hansson2018-09-191-1/+2
|
* Add easy way to get logging information inline for test failure diagnosisDavid Heinemeier Hansson2018-09-191-0/+4
|
* Make debugger available in testingDavid Heinemeier Hansson2018-09-191-0/+2
|
* Use a test helper to create fixtures rather than rely on them being predefinedDavid Heinemeier Hansson2018-09-181-8/+3
| | | | Too much hassle to manage all the steps compared to just pointing to an .eml fixture and having it setup for you.
* First end-to-end rickety testDavid Heinemeier Hansson2018-09-171-2/+6
|
* Add dummy app for testingDavid Heinemeier Hansson2018-09-171-2/+5
|
* SkeletonDavid Heinemeier Hansson2018-09-171-0/+25