spec/unit/util/file_helper_spec.rb in ohai-7.2.0.alpha.0 vs spec/unit/util/file_helper_spec.rb in ohai-7.2.0.rc.0
- old
+ new
@@ -37,9 +37,9 @@
expect(file_helper.which('skyhawk')).to eql "/usr/bin/skyhawk"
end
it "returns false if the executable is not in the path" do
- expect(file_helper.which('the_cake')).to be_false
+ expect(file_helper.which('the_cake')).to be false
end
end
end