Sha256: 76b3e6649160d205411a05490c6e0f35c1e60f065ee53856ca0c74fb7c5cc586

Contents?: true

Size: 188 Bytes

Versions: 10

Compression:

Stored size: 188 Bytes

Contents

class StubAccount < OpenStruct; end

Fabricator(:account, from: :stub_account) do
  bastion_host 'localhost'
  dumptruck_port 1234
  handle 'aptible'

  apps { [] }
  databases { [] }
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
aptible-cli-0.8.3 spec/fabricators/account_fabricator.rb
aptible-cli-0.8.2 spec/fabricators/account_fabricator.rb
aptible-cli-0.8.1 spec/fabricators/account_fabricator.rb
aptible-cli-0.8.0 spec/fabricators/account_fabricator.rb
aptible-cli-0.7.5 spec/fabricators/account_fabricator.rb
aptible-cli-0.7.4 spec/fabricators/account_fabricator.rb
aptible-cli-0.7.3 spec/fabricators/account_fabricator.rb
aptible-cli-0.7.2 spec/fabricators/account_fabricator.rb
aptible-cli-0.7.1 spec/fabricators/account_fabricator.rb
aptible-cli-0.7.0 spec/fabricators/account_fabricator.rb