ソースを参照

test(service_spec): add `should be_installed`

tags/v1.3.3
Imran Iqbal 4年前
コミット
b5461a0eba
コミッターのメールアドレスに関連付けられたアカウントが存在しません
4個のファイルの変更4行の追加0行の削除
  1. +1
    -0
      test/integration/v201803-py2/controls/service_spec.rb
  2. +1
    -0
      test/integration/v201902-py2/controls/service_spec.rb
  3. +1
    -0
      test/integration/v201902-py3/controls/service_spec.rb
  4. +1
    -0
      test/integration/v3000-py3/controls/service_spec.rb

+ 1
- 0
test/integration/v201803-py2/controls/service_spec.rb ファイルの表示

@@ -8,6 +8,7 @@ control 'salt services' do
salt-minion
].each do |p|
describe service(p) do
it { should be_installed }
it { should be_enabled }
it { should be_running }
end

+ 1
- 0
test/integration/v201902-py2/controls/service_spec.rb ファイルの表示

@@ -8,6 +8,7 @@ control 'salt services' do
salt-minion
].each do |p|
describe service(p) do
it { should be_installed }
it { should be_enabled }
it { should be_running }
end

+ 1
- 0
test/integration/v201902-py3/controls/service_spec.rb ファイルの表示

@@ -8,6 +8,7 @@ control 'salt services' do
salt-minion
].each do |p|
describe service(p) do
it { should be_installed }
it { should be_enabled }
it { should be_running }
end

+ 1
- 0
test/integration/v3000-py3/controls/service_spec.rb ファイルの表示

@@ -8,6 +8,7 @@ control 'salt services' do
salt-minion
].each do |p|
describe service(p) do
it { should be_installed }
it { should be_enabled }
it { should be_running }
end

読み込み中…
キャンセル
保存