Sha256: a8e3a6c487dc9cc7f4cfa16113aa2bda6e86ee22ec59e78f3ee3ea59e51d996b

Contents?: true

Size: 196 Bytes

Versions: 10

Compression:

Stored size: 196 Bytes

Contents

class StubAccount < OpenStruct; end

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

  apps { [] }
  databases { [] }
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
aptible-cli-0.13.0 spec/fabricators/account_fabricator.rb
aptible-cli-0.12.0 spec/fabricators/account_fabricator.rb
aptible-cli-0.11.2 spec/fabricators/account_fabricator.rb
aptible-cli-0.11.1 spec/fabricators/account_fabricator.rb
aptible-cli-0.11.0 spec/fabricators/account_fabricator.rb
aptible-cli-0.10.0 spec/fabricators/account_fabricator.rb
aptible-cli-0.9.0 spec/fabricators/account_fabricator.rb
aptible-cli-0.8.6 spec/fabricators/account_fabricator.rb
aptible-cli-0.8.5 spec/fabricators/account_fabricator.rb
aptible-cli-0.8.4 spec/fabricators/account_fabricator.rb