Sha256: 73243668371dcf58b7deaea2fd9d585f6e4d61562e3d2582c4c7e32650f1201a

Contents?: true

Size: 184 Bytes

Versions: 24

Compression:

Stored size: 184 Bytes

Contents

class StubOperation < OpenStruct; end

Fabricator(:operation, from: :stub_operation) do
  status 'queued'
  resource { Fabricate(:app) }
  errors { Aptible::Resource::Errors.new }
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
aptible-cli-0.16.0 spec/fabricators/operation_fabricator.rb
aptible-cli-0.15.2 spec/fabricators/operation_fabricator.rb
aptible-cli-0.15.1 spec/fabricators/operation_fabricator.rb
aptible-cli-0.15.0 spec/fabricators/operation_fabricator.rb