summaryrefslogtreecommitdiff
path: root/spec/aliases/ip_address.rb
diff options
context:
space:
mode:
authorHelen Campbell <helen@puppetlabs.com>2016-10-06 14:19:14 +0100
committerHelen Campbell <helen@puppetlabs.com>2016-10-06 14:19:14 +0100
commit4aa519e998f2f4ce567bcaae5880800884a44bf6 (patch)
tree8bfd8532e9a17c2d8212584347596bf5ad01a6a2 /spec/aliases/ip_address.rb
parentc046716de30c55662cff0d11efa573f0d572d984 (diff)
Corrects Puppet version for compat types tests
Diffstat (limited to 'spec/aliases/ip_address.rb')
-rw-r--r--spec/aliases/ip_address.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/aliases/ip_address.rb b/spec/aliases/ip_address.rb
index 036bfe5..664bf24 100644
--- a/spec/aliases/ip_address.rb
+++ b/spec/aliases/ip_address.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
-if Puppet.version.to_f >= 4.0
+if Puppet.version.to_f >= 4.5
describe 'test::ip_address', type: :class do
describe 'accepts ipv4 and ipv6 addresses' do
[