summaryrefslogtreecommitdiff
path: root/spec/functions/validate_legacy_spec.rb
diff options
context:
space:
mode:
authorEric Putnam <putnam.eric@gmail.com>2017-01-24 11:55:50 -0800
committerGitHub <noreply@github.com>2017-01-24 11:55:50 -0800
commitdb8c1fbb2394d93fe3156b17c840455f1b3e2c76 (patch)
tree2e22c5dfdba611449494acf6e6873d5bc6b28d66 /spec/functions/validate_legacy_spec.rb
parent5aa8419c94a8c5005383f5a8948708ed8efd0e5f (diff)
parent1229d5a831995ddc2c9814f5104ea2a2c9df65a9 (diff)
Merge pull request #712 from puppetlabs/hunner_msync
(MODULES-4098) Sync the rest of the files
Diffstat (limited to 'spec/functions/validate_legacy_spec.rb')
-rw-r--r--spec/functions/validate_legacy_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functions/validate_legacy_spec.rb b/spec/functions/validate_legacy_spec.rb
index 50cb317..10b2aee 100644
--- a/spec/functions/validate_legacy_spec.rb
+++ b/spec/functions/validate_legacy_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
-if Puppet.version.to_f >= 4.0
+if Puppet.version.to_f >= 4.4
describe 'validate_legacy' do
it { is_expected.not_to eq(nil) }
it { is_expected.to run.with_params.and_raise_error(ArgumentError) }