Skip to content

Commit

Permalink
Fix 1.9ism
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed May 31, 2013
1 parent eee4210 commit 4b5f1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rbnacl/hash_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
let(:reference_key) { hex2bytes reference_key_hex }

it "calculates keyed hashes correctly" do
Crypto::Hash.blake2b(reference_string, key: reference_key).should eq reference_string_hash
Crypto::Hash.blake2b(reference_string, :key => reference_key).should eq reference_string_hash
end
end
end
Expand Down

0 comments on commit 4b5f1fe

Please sign in to comment.