diff options
author | danielsdeleo <dan@getchef.com> | 2015-05-22 17:18:35 -0700 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2015-05-23 14:26:26 -0700 |
commit | 4664b73dc46aa7b31f5471e668a575da96250af0 (patch) | |
tree | 6e894663ef38301a160980caeac33a464fac2bdc /spec/unit/cookbook_spec.rb | |
parent | 1c434b302e7a8f67e5d6044b1ce5692eabdcc6bb (diff) | |
download | chef-4664b73dc46aa7b31f5471e668a575da96250af0.tar.gz |
Purge pending specscleanup-pending
RSpec isn't a bug database
Diffstat (limited to 'spec/unit/cookbook_spec.rb')
-rw-r--r-- | spec/unit/cookbook_spec.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/unit/cookbook_spec.rb b/spec/unit/cookbook_spec.rb index 7b3cda2af1..f36b031309 100644 --- a/spec/unit/cookbook_spec.rb +++ b/spec/unit/cookbook_spec.rb @@ -59,15 +59,6 @@ describe Chef::CookbookVersion do expect(@cookbook.fully_qualified_recipe_names.include?("openldap::three")).to eq(true) end - it "should find a preferred file" do - skip - end - - it "should not return an unchanged preferred file" do - pending - expect(@cookbook.preferred_filename(@node, :files, 'a-filename', 'the-checksum')).to be_nil - end - it "should raise an ArgumentException if you try to load a bad recipe name" do expect { @cookbook.load_recipe("doesnt_exist", @node) }.to raise_error(ArgumentError) end |