spec/lib/totp_command_spec.rb in tfa-0.0.1 vs spec/lib/totp_command_spec.rb in tfa-0.0.2

- old
+ new

@@ -1,6 +1,4 @@ -require "tempfile" - module TFA describe TotpCommand do subject { TotpCommand.new(storage) } let(:secret) { ::ROTP::Base32.random_base32 } let(:storage) { PStore.new(Tempfile.new('test').path) }