Sha256: 715ece6b9fcd93afed54082711a683108024e1efde12144d3937d85cf843635f

Contents?: true

Size: 141 Bytes

Versions: 22

Compression:

Stored size: 141 Bytes

Contents

class StubOperation < OpenStruct; end

Fabricator(:operation, from: :stub_operation) do
  status 'queued'
  resource { Fabricate(:app) }
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
aptible-cli-0.7.1 spec/fabricators/operation_fabricator.rb
aptible-cli-0.7.0 spec/fabricators/operation_fabricator.rb