Index: src/integration-test/groovy/com/lemans/correspondence/forms/EmailServiceIntegrationSpec.groovy =================================================================== diff -u -rdf1c06b45fa36dbc80e5ba7433151dc187bebb05 -r76ca95c1ea5b5525ca13caf591cb5e6df1bc429c --- src/integration-test/groovy/com/lemans/correspondence/forms/EmailServiceIntegrationSpec.groovy (.../EmailServiceIntegrationSpec.groovy) (revision df1c06b45fa36dbc80e5ba7433151dc187bebb05) +++ src/integration-test/groovy/com/lemans/correspondence/forms/EmailServiceIntegrationSpec.groovy (.../EmailServiceIntegrationSpec.groovy) (revision 76ca95c1ea5b5525ca13caf591cb5e6df1bc429c) @@ -31,7 +31,7 @@ then: dumbster.messageCount == 1 msg.subject == 'contactUs' - msg.tos == ['handler@lemans.com'] + msg.tos == ['handler@lemans.com', 'sramisetti@parts-unltd.com'] msg.froms == ['initiator@lemans.com'] msg.body.contains 'stuff' msg.body.contains 'yipee'