Sha256: 4077ddc62c88aebccc8f52d51619e483f712ec36e7ac680aada5396f14e6143e

Contents?: true

Size: 372 Bytes

Versions: 14

Compression:

Stored size: 372 Bytes

Contents

# typed: false
# frozen_string_literal: true

def create_installation(valid: true, expires_at: 8.hours.from_now)
  {
    installed_on_inbox: {
      id: @inbox_id,
      organization: {
        id: @organization_id,
        status: "active",
      },
    },
    plug: {
      id: @plug_id,
    },
    # TODO: fill these out!
    settings: {},
    credentials: {},
  }
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
hephaestus-0.8.17 templates/test/support/rails.rb
hephaestus-0.8.16.1 templates/test/support/rails.rb
hephaestus-0.8.16 templates/test/support/rails.rb
hephaestus-0.8.15.5 templates/test/support/rails.rb
hephaestus-0.8.15.4 templates/test/support/rails.rb
hephaestus-0.8.15.3 templates/test/support/rails.rb
hephaestus-0.8.15.2 templates/test/support/rails.rb
hephaestus-0.8.15.1 templates/test/support/rails.rb
hephaestus-0.8.15 templates/test/support/rails.rb
hephaestus-0.8.14 templates/test/support/rails.rb
hephaestus-0.8.13 templates/test/support/rails.rb
hephaestus-0.8.12.2 templates/test/support/rails.rb
hephaestus-0.8.12.1 templates/test/support/rails.rb
hephaestus-0.8.12 templates/test/support/rails.rb