Sha256: bec19fbcbd660b7c23f5a6db3bcb3da090e4402613b2677ea276dc3fd71a4b31

Contents?: true

Size: 668 Bytes

Versions: 1

Compression:

Stored size: 668 Bytes

Contents

require 'test_helper'

describe 'kubernetes ingress nginx cert-manager' do
  Given { skip }
  Given(:workbench)  { 'empty' }
  Given(:cli)        { Roro::CLI.new }
  Given(:adventures) { %w[4] }
  Given(:overrides)  { %w[4 1] }

  Given(:rollon)    {
    stub_adventure
    stub_overrides
    stub_run_actions
    cli.rollon
  }

  Given { rollon unless adventures.empty?}

  context 'when default variables interpolated' do
    Then  { assert_file "lib/roro" }
  end

  context 'when many items interpolated' do
    Given(:contents) { [:env, :preface, :actions] }
    Then {
      contents.each { |c|
        assert_file "lib/roro/stacks", c
      }
    }
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
roro-0.3.30 lib/roro/stacks/catalog/unstoppable/developer_styles/sashimi/stories/kubernetes/stories/ingress/stories/nginx/stories/cert-manager/test/stage_one/stage_test.rb