Sha256: 7a923a23e3d264a25bc51330e3574a2fd264838767d3f5d50a5063cbf36ccc4f
Contents?: true
Size: 435 Bytes
Versions: 8
Compression:
Stored size: 435 Bytes
Contents
# Copyright (C) 2013 Dmitry Yakimenko (detunized@gmail.com). # Licensed under the terms of the MIT license. See LICENCE for details. require "spec_helper" describe LastPass::Session do let(:id) { "53ru,Hb713QnEVM5zWZ16jMvxS0" } let(:key_iteration_count) { 5000 } subject { LastPass::Session.new id, key_iteration_count } its(:id) { should eq id } its(:key_iteration_count) { should eq key_iteration_count } end
Version data entries
8 entries across 8 versions & 1 rubygems