spec/rbnacl/hmac/sha512256_spec.rb in rbnacl-1.0.0 vs spec/rbnacl/hmac/sha512256_spec.rb in rbnacl-1.1.0

- old
+ new

@@ -1,8 +1,8 @@ # encoding: binary require 'spec_helper' describe Crypto::HMAC::SHA512256 do - let(:hex_tag) { Crypto::TestVectors[:auth_hmacsha512256] } + let(:hex_tag) { hex_vector :auth_hmacsha512256 } include_examples "authenticator" end