Skip to content

Commit

Permalink
Test with MD5 digest in an attempt to mollify CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Sep 25, 2009
1 parent 38e056e commit 55f132a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/test/message_verifier_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class MessageVerifierTest < Test::Unit::TestCase
def setup
@verifier = ActiveSupport::MessageVerifier.new("Hey, I'm a secret!")
@verifier = ActiveSupport::MessageVerifier.new("Hey, I'm a secret!", 'MD5')
@data = {:some=>"data", :now=>Time.now}
end

Expand Down

0 comments on commit 55f132a

Please sign in to comment.