spec/rbnacl/hmac/sha512256_spec.rb in rbnacl-3.1.1 vs spec/rbnacl/hmac/sha512256_spec.rb in rbnacl-3.1.2

- old
+ new

@@ -1,8 +1,8 @@ # encoding: binary require 'spec_helper' -describe RbNaCl::HMAC::SHA512256 do +RSpec.describe RbNaCl::HMAC::SHA512256 do let(:tag) { vector :auth_hmacsha512256 } include_examples "authenticator" end