spec/unit/berkshelf/config_spec.rb in berkshelf-1.1.6 vs spec/unit/berkshelf/config_spec.rb in berkshelf-1.2.0.rc1

- old
+ new

@@ -33,19 +33,7 @@ ENV.stub(:[]).with('BERKSHELF_PATH').and_return('/tmp') subject.should eql("/tmp/config.json") end end - - describe "::chef_config" do - it "returns the Chef::Config" do - subject.chef_config.should eql(Chef::Config) - end - end - - describe "::chef_config_path" do - subject { klass.chef_config_path } - - it { should be_a String } - end end end