diff options
| author | Bobosila Victor <victor.bobosila@puppet.com> | 2021-10-04 12:25:53 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-04 12:25:53 +0300 |
| commit | 95ca01cc9b02ac32d74081393d41b4c94d16df77 (patch) | |
| tree | be9d5fd8bd1be4909f91b306b7221ada9331bba3 /spec/shared_behaviours | |
| parent | ec3ca459f0f3d774119b8fba37390bf212c06923 (diff) | |
| parent | 15049eff83d9fc6231daa4dc85cd34b9d5b2d65b (diff) | |
| download | puppet-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.rb | 2 |
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 |
