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

- old
+ new

@@ -9,10 +9,10 @@ describe "::file" do subject { klass.file } context "when the file does not exist" do before :each do - ::File.stub exists?: false + File.stub exists?: false end it { should be_nil } end end