Skip to content

Commit

Permalink
Reverted old test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ameyavarade committed Dec 31, 2013
1 parent f2da2f6 commit 21d9310
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/functional/server_list_func_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
@node = TestResource.new({:id => "server-4", :name => "server-4", :chef_environment => "_default", :fqdn => "testfqdnnode.us", :run_list => [], :tags => [], :platform => "ubuntu", :platform_family => "debian"})
Chef::Node.stub(:list).and_return({"server-4" => @node})
instance.config[:chef_data] = true
@resources.each {|res| res.stub_chain(:attributes, :include?).and_return(true)}
end

it "lists formatted list of resources on chef data option set" do
Expand Down

0 comments on commit 21d9310

Please sign in to comment.