@@ -47,9 +47,7 @@ def given(*domain_events)
4747 stub = stub_request ( :post , "https://slack.com/api/chat.postMessage" )
4848 . with (
4949 body : {
50- "as_user" => "false" ,
5150 "channel" => "#arkency58" ,
52- "icon_url" => "https://vignette.wikia.nocookie.net/civilization/images/3/36/Gandhi_%28Civ5%29.png/revision/latest?cb=20121104232443" ,
5351 "text" => "Game Turn 1 <!channel>\n steam://run/8930/q/%2Bconnect%2010.4.0.28"
5452 } ,
5553 headers : {
@@ -71,9 +69,7 @@ def given(*domain_events)
7169 stub = stub_request ( :post , "https://slack.com/api/chat.postMessage" )
7270 . with (
7371 body : {
74- "as_user" => "false" ,
7572 "channel" => "#arkency58" ,
76- "icon_url" => "https://vignette.wikia.nocookie.net/civilization/images/3/36/Gandhi_%28Civ5%29.png/revision/latest?cb=20121104232443" ,
7773 "text" => "Turn <@slack_user>"
7874 } ,
7975 headers : {
@@ -116,9 +112,7 @@ def given(*domain_events)
116112 stub0 = stub_request ( :post , "https://slack.com/api/chat.postMessage" )
117113 . with (
118114 body : {
119- "as_user" => "false" ,
120115 "channel" => "#arkency58" ,
121- "icon_url" => "https://vignette.wikia.nocookie.net/civilization/images/3/36/Gandhi_%28Civ5%29.png/revision/latest?cb=20121104232443" ,
122116 "text" => "Turn <@slack_user> <@some_hidden_identifier>"
123117 } ,
124118 headers : {
@@ -133,9 +127,7 @@ def given(*domain_events)
133127 stub1 = stub_request ( :post , "https://slack.com/api/chat.postMessage" )
134128 . with (
135129 body : {
136- "as_user" => "false" ,
137130 "channel" => "#arkency58" ,
138- "icon_url" => "https://vignette.wikia.nocookie.net/civilization/images/3/36/Gandhi_%28Civ5%29.png/revision/latest?cb=20121104232443" ,
139131 "text" => "Turn <@slack_user>"
140132 } ,
141133 headers : {
0 commit comments