spec/rbnacl/hash/blake2b_spec.rb in rbnacl-3.1.2 vs spec/rbnacl/hash/blake2b_spec.rb in rbnacl-3.2.0

- old
+ new

@@ -1,6 +1,6 @@ # encoding: binary -require 'spec_helper' +require "spec_helper" RSpec.describe RbNaCl::Hash::Blake2b do let(:reference_string) { vector :blake2b_message } let(:reference_string_hash) { vector :blake2b_digest } let(:empty_string_hash) { vector :blake2b_empty }