Skip to content

Commit

Permalink
use [email protected] for example email addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Fauser committed Jun 6, 2011
1 parent 081dac9 commit 6553a15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module ActionViewHelper
# <% service.customer :first_name => 'Cody',
# :last_name => 'Fauser',
# :phone => '(555)555-5555',
# :email => 'codyfauser@gmail.com' %>
# :email => 'cody@example.com' %>
#
# <% service.billing_address :city => 'Ottawa',
# :address1 => '21 Snowy Brook Lane',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def setup

def test_get_encryption_string
# Extra fields don't work yet
# @helper.customer :first_name => 'Cody', :last_name => 'Fauser', :email => 'codyfauser@gmail.com'
# @helper.customer :first_name => 'Cody', :last_name => 'Fauser', :email => 'cody@example.com'
response = @helper.send(:get_encrypted_string)
assert !response.blank?
end
Expand Down

0 comments on commit 6553a15

Please sign in to comment.