diff options
| author | Gabriel Nagy <gabriel.nagy@puppet.com> | 2021-10-04 11:00:55 +0300 |
|---|---|---|
| committer | Gabriel Nagy <gabriel.nagy@puppet.com> | 2021-10-04 11:20:54 +0300 |
| commit | 15049eff83d9fc6231daa4dc85cd34b9d5b2d65b (patch) | |
| tree | be9d5fd8bd1be4909f91b306b7221ada9331bba3 /spec/shared_behaviours | |
| parent | ec3ca459f0f3d774119b8fba37390bf212c06923 (diff) | |
| download | puppet-mailalias_core-15049eff83d9fc6231daa4dc85cd34b9d5b2d65b.tar.gz puppet-mailalias_core-15049eff83d9fc6231daa4dc85cd34b9d5b2d65b.tar.bz2 | |
(MODULES-11197) Update to pdk-templates 2.2.0
Includes REFERENCE.md ToC fixes for MODULES-8183.
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 |
