Skip to content

Commit

Permalink
Email is delivered not bounced
Browse files Browse the repository at this point in the history
  • Loading branch information
benoittgt committed May 25, 2020
1 parent 810b1e7 commit 2209a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/mailbox_specs/mailbox_spec.feature
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Feature: action mailbox spec
.to receive_inbound_email(to: "replies@example.com")
end
it "marks email as bounced when number tag in subject is valid" do
it "marks email as delivered when number tag in subject is valid" do
mail = Mail.new(
from: "replies@example.com",
subject: "[141982763] support ticket"
Expand Down

0 comments on commit 2209a4f

Please # to comment.