Updated

features/step_definitions / custom_email_steps.rb

A
5 lines of codes
0 methods
N/A complexity/method
1 churn
5.69 complexity
0 duplications
Then /^(?:I|they|"([^"]*?)") ha(?:ve|s) read all (?:their|my) email$/ do |address| unread_emails_for(address).each do |unread_email| read_emails_for(address) << unread_email end end