aboutsummaryrefslogtreecommitdiff
path: root/spec/shared_behaviours
diff options
context:
space:
mode:
authorBobosila Victor <victor.bobosila@puppet.com>2021-10-04 12:18:46 +0300
committerGitHub <noreply@github.com>2021-10-04 12:18:46 +0300
commit26387092660c418d49141c60b9ce38f1ceea4749 (patch)
tree9a767e04e35b160a1b7b891353339cdfdebd7d75 /spec/shared_behaviours
parent2062b96f0859713164d3fae1f99715d48f41294f (diff)
parented14bbd069d08be4aeb11e3bd723a1d401990ed0 (diff)
downloadpuppet-hosts_core-26387092660c418d49141c60b9ce38f1ceea4749.tar.gz
puppet-hosts_core-26387092660c418d49141c60b9ce38f1ceea4749.tar.bz2
Merge pull request #30 from BobosilaVictor/MODULES-11197
(MODULES-11197) Update puppetlabs-host_core to the latest pdk template
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