Skip to content

Commit

Permalink
missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
aldosolorzano committed Nov 16, 2018
1 parent 5dc95ae commit b131a61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/crypto/pbe_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
expect(keys.include?(key)).to be false
keys.add(key)
end
it 'should compare keys with def==(other)' do
key = Crypto::PBE.generate.to_hex
key1 = Crypto::PBE.generate.to_hex
expect(key == key1).to be false
end
end
end

Expand Down

0 comments on commit b131a61

Please sign in to comment.