spec/unit/chef/config_spec.rb in berkshelf-1.4.5 vs spec/unit/chef/config_spec.rb in berkshelf-1.4.6

- old
+ new

@@ -79,6 +79,6 @@ it 'uses $HOME' do ENV.stub(:[]).with('HOME').and_return(File.join(path, '..')) expect(subject.path).to eq(config) end end -end \ No newline at end of file +end