Don't invoke mdfind in the tests

This commit is contained in:
Jack Nagel 2014-07-03 12:45:10 -05:00
parent 191e017d56
commit 3ad6fc6636

View File

@ -34,6 +34,7 @@ class X11DependencyTests < Homebrew::TestCase
end
def test_satisfied
MacOS::XQuartz.stubs(:version).returns("2.7.5")
MacOS::XQuartz.stubs(:installed?).returns(true)
assert_predicate X11Dependency.new, :satisfied?