Skip to content

Commit

Permalink
removed html options
Browse files Browse the repository at this point in the history
  • Loading branch information
lwe committed Oct 30, 2009
1 parent 5260403 commit 5b1f5a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ def reset_gravatarify!
Gravatarify.options[:filetype] = :jpg
Gravatarify.subdomains = %w{ 0 1 2 www }

if defined?(Gravatarify::Helper)
Gravatarify::Helper.html_options.clear
Gravatarify::Helper.html_options[:alt] = ''
end
#if defined?(Gravatarify::Helper)
# Gravatarify::Helper.html_options.clear
# Gravatarify::Helper.html_options[:alt] = ''
#end
end

# some often used values...
Expand Down

0 comments on commit 5b1f5a0

Please sign in to comment.