Skip to content

Commit c79db29

Browse files
committed
rubocop: autofix
1 parent a62300d commit c79db29

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

spec/acceptance/zabbix_application_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
require 'spec_helper_acceptance'
22
require 'serverspec_type_zabbixapi'
33

4+
# rubocop:disable RSpec/LetBeforeExamples
45
describe 'zabbix_application type', unless: default[:platform] =~ %r{debian-10-amd64} do
56
context 'create zabbix_application resources' do
67
# This will deploy a running Zabbix setup (server, web, db) which we can

spec/acceptance/zabbix_host_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
require 'spec_helper_acceptance'
22
require 'serverspec_type_zabbixapi'
33

4+
# rubocop:disable RSpec/LetBeforeExamples
45
describe 'zabbix_host type', unless: default[:platform] =~ %r{debian-10-amd64} do
56
context 'create zabbix_host resources' do
67
# This will deploy a running Zabbix setup (server, web, db) which we can

spec/acceptance/zabbix_hostgroup_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
require 'spec_helper_acceptance'
22
require 'serverspec_type_zabbixapi'
33

4+
# rubocop:disable RSpec/LetBeforeExamples
45
describe 'zabbix_hostgroup type', unless: default[:platform] =~ %r{debian-10-amd64} do
56
context 'create zabbix_hostgroup resources' do
67
it 'runs successfully' do

spec/acceptance/zabbix_proxy_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
require 'spec_helper_acceptance'
22
require 'serverspec_type_zabbixapi'
33

4+
# rubocop:disable RSpec/LetBeforeExamples
45
describe 'zabbix_proxy type', unless: default[:platform] =~ %r{debian-10-amd64} do
56
context 'create zabbix_proxy resources' do
67
# This will deploy a running Zabbix setup (server, web, db) which we can

spec/acceptance/zabbix_template_host_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
require 'spec_helper_acceptance'
22
require 'serverspec_type_zabbixapi'
33

4+
# rubocop:disable RSpec/LetBeforeExamples
45
describe 'zabbix_template_host type', unless: default[:platform] =~ %r{debian-10-amd64} do
56
context 'create zabbix_template_host resources' do
67
it 'runs successfully' do

spec/acceptance/zabbix_template_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
require 'spec_helper_acceptance'
22
require 'serverspec_type_zabbixapi'
33

4+
# rubocop:disable RSpec/LetBeforeExamples
45
describe 'zabbix_template type', unless: default[:platform] =~ %r{debian-10-amd64} do
56
context 'create zabbix_template resources' do
67
it 'runs successfully' do

spec/unit/puppet/type/zabbix_host_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
require 'spec_helper'
22
require 'unit/puppet/x/spec_zabbix_types'
33

4+
# rubocop:disable RSpec/LetBeforeExamples
45
describe Puppet::Type.type(:zabbix_host) do
56
describe 'when validating params' do
67
[

0 commit comments

Comments
 (0)