aboutsummaryrefslogtreecommitdiff
path: root/spec/shared_behaviours
diff options
context:
space:
mode:
authorBobosila Victor <vbobosila1@gmail.com>2021-09-25 13:15:58 +0300
committerBobosila Victor <vbobosila1@gmail.com>2021-10-01 14:04:22 +0300
commit36a46c84de29e127dee95ebd5caa992ac39046b6 (patch)
tree34b66f1fdfd8205489cfa2b1c3d7a24b0a7f7a50 /spec/shared_behaviours
parente78ecf8948988656bcb83aff2587f1641099416d (diff)
downloadpuppet-hosts_core-36a46c84de29e127dee95ebd5caa992ac39046b6.tar.gz
puppet-hosts_core-36a46c84de29e127dee95ebd5caa992ac39046b6.tar.bz2
(MODULES-11197) Rubocop fixes
Diffstat (limited to 'spec/shared_behaviours')
-rw-r--r--spec/shared_behaviours/all_parsedfile_providers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/shared_behaviours/all_parsedfile_providers.rb b/spec/shared_behaviours/all_parsedfile_providers.rb
index 1701fe3..321cd86 100644
--- a/spec/shared_behaviours/all_parsedfile_providers.rb
+++ b/spec/shared_behaviours/all_parsedfile_providers.rb
@@ -4,7 +4,7 @@ shared_examples_for 'all parsedfile providers' do |provider, *files|
end
files.flatten.each do |file|
- it "should rewrite #{file} reasonably unchanged" do
+ it "rewrites #{file} reasonably unchanged" do
allow(provider).to receive(:default_target).and_return(file)
provider.prefetch