|
21 | 21 | it 'returns a message with the URL' do |
22 | 22 | vessel.generate_messages(infos).should == { |
23 | 23 | '#quux' => [ |
24 | | - 'foobar: Your job for http://www.example.org has finished.' |
| 24 | + 'foobar: Your job for http://www.example.org has finished. csu70nsn5y3k1jop4q6uptgyp' |
25 | 25 | ] |
26 | 26 | } |
27 | 27 | end |
|
41 | 41 | it 'returns a message with the URL' do |
42 | 42 | vessel.generate_messages(infos).should == { |
43 | 43 | '#quux' => [ |
44 | | - 'foobar: Your job for http://www.example.org was aborted.' |
| 44 | + 'foobar: Your job for http://www.example.org was aborted. csu70nsn5y3k1jop4q6uptgyp' |
45 | 45 | ] |
46 | 46 | } |
47 | 47 | end |
|
66 | 66 | it 'returns two messages with URLs' do |
67 | 67 | vessel.generate_messages(infos).should == { |
68 | 68 | '#quux' => [ |
69 | | - 'foobar: Your job for http://www.example.org has finished.' |
| 69 | + 'foobar: Your job for http://www.example.org has finished. csu70nsn5y3k1jop4q6uptgyp' |
70 | 70 | ], |
71 | 71 | '#grault' => [ |
72 | | - 'quxbaz: Your job for http://www.example.net has finished.' |
| 72 | + 'quxbaz: Your job for http://www.example.net has finished. eywnxrf47xues9acq6xmy7xun' |
73 | 73 | ] |
74 | 74 | } |
75 | 75 | end |
|
93 | 93 | messages_by_channel = vessel.generate_messages(infos) |
94 | 94 |
|
95 | 95 | messages_by_channel['#quux'].sort.should == [ |
96 | | - 'foobar: Your job for http://www.example.net has finished.', |
97 | | - 'foobar: Your job for http://www.example.org has finished.' |
| 96 | + 'foobar: Your job for http://www.example.net has finished. eywnxrf47xues9acq6xmy7xun', |
| 97 | + 'foobar: Your job for http://www.example.org has finished. csu70nsn5y3k1jop4q6uptgyp' |
98 | 98 | ] |
99 | 99 | end |
100 | 100 | end |
|
127 | 127 | messages_by_channel = vessel.generate_messages(infos) |
128 | 128 |
|
129 | 129 | messages_by_channel['#quux'].sort.should == [ |
130 | | - 'foobar: Your job for http://www.example.biz was aborted.', |
131 | | - 'foobar: Your job for http://www.example.com was aborted.', |
132 | | - 'foobar: Your job for http://www.example.net has finished.', |
133 | | - 'foobar: Your job for http://www.example.org has finished.' |
| 130 | + 'foobar: Your job for http://www.example.biz was aborted. 12pjidkef5awcinlco5ol57xv', |
| 131 | + 'foobar: Your job for http://www.example.com was aborted. f4pg9usx4j96ki3zczwlczu51', |
| 132 | + 'foobar: Your job for http://www.example.net has finished. eywnxrf47xues9acq6xmy7xun', |
| 133 | + 'foobar: Your job for http://www.example.org has finished. csu70nsn5y3k1jop4q6uptgyp' |
134 | 134 | ] |
135 | 135 | end |
136 | 136 | end |
|
0 commit comments