Sha256: 7a242680127ddf9c6b53e6d0438f065030e2eed7975071e854ded7c733b9137c
Contents?: true
Size: 231 Bytes
Versions: 1
Compression:
Stored size: 231 Bytes
Contents
class StubOrganization < OpenStruct end Fabricator(:organization, from: :stub_organization) do id { Fabricate.sequence(:organization_id) { |i| i } } href { |attrs| "https://auth.aptible.com/organizations/#{attrs[:id]}" } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
comply-cli-0.0.1 | spec/fabricators/organization_fabricator.rb |