aboutsummaryrefslogtreecommitdiff
path: root/spec/defines/dhcp_subnet_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/defines/dhcp_subnet_spec.rb')
-rw-r--r--spec/defines/dhcp_subnet_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/defines/dhcp_subnet_spec.rb b/spec/defines/dhcp_subnet_spec.rb
index b679551..6a7d604 100644
--- a/spec/defines/dhcp_subnet_spec.rb
+++ b/spec/defines/dhcp_subnet_spec.rb
@@ -8,6 +8,8 @@ describe 'dhcp::subnet' do
:lsbdistcodename => 'squeeze',
:netmask_eth0 => '255.255.255.0',
:domain => 'example.com',
+ :id => 'root',
+ :path => '/foo/bar'
} }
context 'when passing wrong value for ensure' do