Skip to content

Commit 6dedef2

Browse files
committed
[issue-680] rubocop fixes
1 parent ee40463 commit 6dedef2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/classes/statsd_exporter_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,8 @@
104104
end
105105

106106
describe 'not install config' do
107-
it { should_not contain_file('/etc/statsd-exporter-mapping.yaml') }
107+
it { is_expected.not_to contain_file('/etc/statsd-exporter-mapping.yaml') }
108108
end
109-
110109
end
111110

112111
context 'with older version that does not support posix like option flags specified' do

0 commit comments

Comments
 (0)