Sha256: 3d12979bf427a97f403e8b3a9ea60a8b4e3160dde6b394ba8c3fc759327a9772

Contents?: true

Size: 222 Bytes

Versions: 18

Compression:

Stored size: 222 Bytes

Contents

require File.join(File.dirname(__FILE__), 'test_helper')

describe 'registration_commands' do
  it 'create' do
    api_expects(:registration_commands, :create)
    run_cmd(%w(host-registration generate-command))
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
hammer_cli_foreman-3.14.0 test/functional/registration_test.rb
hammer_cli_foreman-3.13.0 test/functional/registration_test.rb
hammer_cli_foreman-3.12.0 test/functional/registration_test.rb
hammer_cli_foreman-3.10.0 test/functional/registration_test.rb
hammer_cli_foreman-3.9.0 test/functional/registration_test.rb
hammer_cli_foreman-3.8.0 test/functional/registration_test.rb
hammer_cli_foreman-3.7.0 test/functional/registration_test.rb
hammer_cli_foreman-3.5.1 test/functional/registration_test.rb
hammer_cli_foreman-3.6.0 test/functional/registration_test.rb
hammer_cli_foreman-3.5.0 test/functional/registration_test.rb
hammer_cli_foreman-3.4.0 test/functional/registration_test.rb
hammer_cli_foreman-3.3.0 test/functional/registration_test.rb
hammer_cli_foreman-3.2.0 test/functional/registration_test.rb
hammer_cli_foreman-2.5.2 test/functional/registration_test.rb
hammer_cli_foreman-3.1.0 test/functional/registration_test.rb
hammer_cli_foreman-3.0.0 test/functional/registration_test.rb
hammer_cli_foreman-2.5.1 test/functional/registration_test.rb
hammer_cli_foreman-2.5.0 test/functional/registration_test.rb