Skip to content

Commit

Permalink
Fix incorrect example of "from" in README
Browse files Browse the repository at this point in the history
  • Loading branch information
xurizaemon authored May 28, 2021
1 parent 88fd7a8 commit 38593b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This enables the following Gherkin for your scenarios to make assumptions on rec
Given my inbox is empty
Then I should see an email with subject "subject"
Then I should see an email with body "body"
Then I should see an email with from "[email protected]"
Then I should see an email from "[email protected]"
Then I should see an email with subject "subject" and body "body"
Then I should see an email with subject "subject" and body "body" from "[email protected]"
Then I should see an email with subject "subject" from "[email protected]"
Expand Down

0 comments on commit 38593b6

Please sign in to comment.