Skip to content

Commit fc019b6

Browse files
committed
test: remove unnecessary stubbing
1 parent fe0d88b commit fc019b6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

spec/webauthn/authenticator_attestation_response_spec.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,6 @@
258258

259259
before do
260260
allow(attestation_response.attestation_statement).to receive(:time).and_return(time)
261-
allow(attestation_response).to receive(:attestation_root_certificates_store).and_wrap_original do |m, *args|
262-
store = m.call(*args)
263-
store.time = time
264-
store
265-
end
266261
end
267262

268263
it "verifies" do

0 commit comments

Comments
 (0)