From 26da470e59f787f31b517fca4d5223dbea96176d Mon Sep 17 00:00:00 2001 From: Gonzalo Date: Mon, 15 Feb 2021 13:22:16 -0300 Subject: [PATCH] test: small test description semantic fix --- spec/webauthn/attestation_statement/none_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/webauthn/attestation_statement/none_spec.rb b/spec/webauthn/attestation_statement/none_spec.rb index 216f0c7a..82905919 100644 --- a/spec/webauthn/attestation_statement/none_spec.rb +++ b/spec/webauthn/attestation_statement/none_spec.rb @@ -32,7 +32,7 @@ expect(WebAuthn::AttestationStatement::None.new("a" => "b").valid?(authenticator_data, nil)).to be_falsy end - it "returns false if None is not among the acceptable formats" do + it "returns false if None is not among the acceptable attestation types" do WebAuthn.configuration.acceptable_attestation_types = ['AttCA'] expect(WebAuthn::AttestationStatement::None.new({}).valid?(authenticator_data, nil)).to be_falsy