浏览代码

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

正在加载...
取消
保存