|
131 | 131 | it_behaves_like "a sponsor signed on threshold email" |
132 | 132 |
|
133 | 133 | it "doesn't include the moderation delay message" do |
134 | | - expect(mail).not_to have_body_text(%r[over the Christmas period it may take us a little longer than usual]) |
| 134 | + expect(mail).not_to have_body_text(%r[over the Christmas period it will take us a little longer than usual]) |
135 | 135 | end |
136 | 136 | end |
137 | 137 |
|
|
143 | 143 | it_behaves_like "a sponsor signed on threshold email" |
144 | 144 |
|
145 | 145 | it "includes the moderation delay message" do |
146 | | - expect(mail).to have_body_text(%r[over the Christmas period it may take us a little longer than usual]) |
| 146 | + expect(mail).to have_body_text(%r[over the Christmas period it will take us a little longer than usual]) |
147 | 147 | end |
148 | 148 | end |
149 | 149 |
|
|
155 | 155 | it_behaves_like "a sponsor signed on threshold email" |
156 | 156 |
|
157 | 157 | it "doesn't include the moderation delay message" do |
158 | | - expect(mail).not_to have_body_text(%r[over the Christmas period it may take us a little longer than usual]) |
| 158 | + expect(mail).not_to have_body_text(%r[over the Christmas period it will take us a little longer than usual]) |
159 | 159 | end |
160 | 160 | end |
161 | 161 |
|
|
167 | 167 | it_behaves_like "a sponsor signed on threshold email" |
168 | 168 |
|
169 | 169 | it "doesn't include the moderation delay message" do |
170 | | - expect(mail).not_to have_body_text(%r[over the Easter period it may take us a little longer than usual]) |
| 170 | + expect(mail).not_to have_body_text(%r[over the Easter period it will take us a little longer than usual]) |
171 | 171 | end |
172 | 172 | end |
173 | 173 |
|
|
179 | 179 | it_behaves_like "a sponsor signed on threshold email" |
180 | 180 |
|
181 | 181 | it "includes the moderation delay message" do |
182 | | - expect(mail).to have_body_text(%r[over the Easter period it may take us a little longer than usual]) |
| 182 | + expect(mail).to have_body_text(%r[over the Easter period it will take us a little longer than usual]) |
183 | 183 | end |
184 | 184 | end |
185 | 185 |
|
|
191 | 191 | it_behaves_like "a sponsor signed on threshold email" |
192 | 192 |
|
193 | 193 | it "doesn't include the moderation delay message" do |
194 | | - expect(mail).not_to have_body_text(%r[over the Easter period it may take us a little longer than usual]) |
| 194 | + expect(mail).not_to have_body_text(%r[over the Easter period it will take us a little longer than usual]) |
195 | 195 | end |
196 | 196 | end |
197 | 197 | end |
|
0 commit comments