Sha256: 16ebfa2ed59fa70c5c6d6f5f7a53d0b90d2b5180073af13f8fe0023973d760bd

Contents?: true

Size: 504 Bytes

Versions: 75

Compression:

Stored size: 504 Bytes

Contents

require_relative '../../test_helper'
require_relative 'capsule_content_helpers'
require 'hammer_cli_katello/capsule'

module HammerCLIKatello
  module Capsule
    class Content
      describe Content::ListLifecycleEnvironmentsCommand do
        include CapsuleContentHelpers

        it 'allows minimal options' do
          expect_lifecycle_environments_list(params: {'id' => 1}, returns: {})

          run_cmd(%w(capsule content lifecycle-environments --id 1))
        end
      end
    end
  end
end

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
hammer_cli_katello-1.16.1 test/functional/capsule/content/lifecycle_environments_test.rb
hammer_cli_katello-1.15.0 test/functional/capsule/content/lifecycle_environments_test.rb
hammer_cli_katello-1.14.3 test/functional/capsule/content/lifecycle_environments_test.rb
hammer_cli_katello-1.14.2 test/functional/capsule/content/lifecycle_environments_test.rb
hammer_cli_katello-1.14.0 test/functional/capsule/content/lifecycle_environments_test.rb
hammer_cli_katello-1.14.1 test/functional/capsule/content/lifecycle_environments_test.rb
hammer_cli_katello-1.12.0 test/functional/capsule/content/lifecycle_environments_test.rb
hammer_cli_katello-1.11.2 test/functional/capsule/content/lifecycle_environments_test.rb
hammer_cli_katello-1.11.1 test/functional/capsule/content/lifecycle_environments_test.rb
hammer_cli_katello-1.11.0 test/functional/capsule/content/lifecycle_environments_test.rb
hammer_cli_katello-1.10.1 test/functional/capsule/content/lifecycle_environments_test.rb
hammer_cli_katello-1.10.0 test/functional/capsule/content/lifecycle_environments_test.rb
hammer_cli_katello-1.8.3 test/functional/capsule/content/lifecycle_environments_test.rb
hammer_cli_katello-1.8.2 test/functional/capsule/content/lifecycle_environments_test.rb
hammer_cli_katello-1.9.1 test/functional/capsule/content/lifecycle_environments_test.rb
hammer_cli_katello-1.9.0 test/functional/capsule/content/lifecycle_environments_test.rb
hammer_cli_katello-1.8.1 test/functional/capsule/content/lifecycle_environments_test.rb
hammer_cli_katello-1.7.3 test/functional/capsule/content/lifecycle_environments_test.rb
hammer_cli_katello-1.8.0 test/functional/capsule/content/lifecycle_environments_test.rb
hammer_cli_katello-1.7.2 test/functional/capsule/content/lifecycle_environments_test.rb