Skip to content

Commit

Permalink
Merge pull request #48 from xurizaemon/readme_from_example
Browse files Browse the repository at this point in the history
Fix incorrect example of "from" in README
  • Loading branch information
rpkamp authored May 28, 2021
2 parents 88fd7a8 + 38593b6 commit ded0acf
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 ded0acf

Please sign in to comment.