Sha256: 2ab2436084548ca412136eec649870042c7f66dc5f5e9347c9f305124f94ca3d
Contents?: true
Size: 254 Bytes
Versions: 7
Compression:
Stored size: 254 Bytes
Contents
require 'solidus_paypal_commerce_platform_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
7 entries across 7 versions & 1 rubygems