diff --git a/Library/Homebrew/test/livecheck/livecheck_spec.rb b/Library/Homebrew/test/livecheck/livecheck_spec.rb index ac8c6b77e98396cc2d33367208921491c846d1be..47492dad8907806180e8550c505819f3aa82be82 100644 --- a/Library/Homebrew/test/livecheck/livecheck_spec.rb +++ b/Library/Homebrew/test/livecheck/livecheck_spec.rb @@ -145,16 +145,4 @@ describe Homebrew::Livecheck do .to eq("https://github.com/Homebrew/brew.git") end end - - describe "::livecheck_formulae", :needs_network do - it "checks for the latest versions of the formulae" do - allow(args).to receive(:debug?).and_return(true) - allow(args).to receive(:newer_only?).and_return(false) - - expectation = expect { livecheck.livecheck_formulae([f], args) } - expectation.to output(/Strategy:.*PageMatch/).to_stdout - expectation.to output(/test : 0\.0\.1 ==> (\d+(?:\.\d+)+)/).to_stdout - .and not_to_output.to_stderr - end - end end