diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/jcryption_spec.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/jcryption_spec.rb b/spec/jcryption_spec.rb index ce1d174..85901de 100644 --- a/spec/jcryption_spec.rb +++ b/spec/jcryption_spec.rb @@ -15,6 +15,10 @@ describe JCryption do h['passwd'].should eql "my_password" h['timestamp'].should eql "1252937955" end + it 'should digest salted passwd' do + d,s = JCryption::digest 'mylovelypasswd' + JCryption::digest('mylovelypasswd',s)[0].should == d + end end end # |