aboutsummaryrefslogtreecommitdiff
path: root/spec/shared_behaviours
diff options
context:
space:
mode:
authorBobosila Victor <victor.bobosila@puppet.com>2021-10-04 12:25:53 +0300
committerGitHub <noreply@github.com>2021-10-04 12:25:53 +0300
commit95ca01cc9b02ac32d74081393d41b4c94d16df77 (patch)
treebe9d5fd8bd1be4909f91b306b7221ada9331bba3 /spec/shared_behaviours
parentec3ca459f0f3d774119b8fba37390bf212c06923 (diff)
parent15049eff83d9fc6231daa4dc85cd34b9d5b2d65b (diff)
downloadpuppet-mailalias_core-95ca01cc9b02ac32d74081393d41b4c94d16df77.tar.gz
puppet-mailalias_core-95ca01cc9b02ac32d74081393d41b4c94d16df77.tar.bz2
Merge pull request #34 from GabrielNagy/MODULES-11197/pdk-update
(MODULES-11197) Update to pdk-templates 2.2.0
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