Skip to content

Commit

Permalink
Merge pull request #97 from hube/patch-1
Browse files Browse the repository at this point in the history
Correct a comment.
  • Loading branch information
bmabey committed Apr 6, 2012
2 parents 92b1e2e + 27fe92e commit 02773d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails_generators/email_spec/templates/email_steps.rb
Expand Up @@ -26,7 +26,7 @@

module EmailHelpers
def current_email_address
# Replace with your a way to find your current email. e.g @current_user.email
# Replace with your way to find your current email (e.g @current_user.email).
# last_email_address will return the last email address used by email spec to find an email.
# Note that last_email_address will be reset after each Scenario.
last_email_address || "example@example.com"
Expand Down

0 comments on commit 02773d0

Please sign in to comment.