diff --git a/spec/coobooks/lctp-network_spec.rb b/spec/coobooks/lctp-network_spec.rb index 73efddc..1c5eaac 100644 --- a/spec/coobooks/lctp-network_spec.rb +++ b/spec/coobooks/lctp-network_spec.rb @@ -17,7 +17,7 @@ describe 'lctp-network::default' do end it "should include cookbooks" do chef_run.should render_file("/etc/network/interfaces") - chef_run.should render_file("/etc/resolv.conf"). + chef_run.should render_file("/etc/resolvconf/resolv.conf.d/head"). with_content("127.0.0.1").with_content("lctp") eth0 = chef_run.find_resource(:network_interfaces, "eth0")