spec/rbnacl/hash/blake2b_spec.rb in rbnacl-3.1.1 vs spec/rbnacl/hash/blake2b_spec.rb in rbnacl-3.1.2
- old
+ new
@@ -1,8 +1,8 @@
# encoding: binary
require 'spec_helper'
-describe RbNaCl::Hash::Blake2b do
+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 }
it "calculates the correct hash for a reference string" do