Sha256: f77b10c90baa3c592cace37608265ef7aed3233475916439bb1ef807a103b80e
Contents?: true
Size: 221 Bytes
Versions: 8
Compression:
Stored size: 221 Bytes
Contents
require 'spec_helper' RSpec.describe SolidusPaypalCommercePlatform::Wizard do describe "#nonce" do it 'is between 45 and 128 chars long' do expect(subject.nonce.size).to be_between(45, 128) end end end
Version data entries
8 entries across 8 versions & 1 rubygems