Fix diagnostic_spec
The test case needs to be adjusted for the new diagnostic output.
This commit is contained in:
parent
b0939478d1
commit
b040775e16
@ -38,7 +38,7 @@ describe Homebrew::Diagnostic::Checks do
|
||||
stub_const("RUBY_VERSION", "1.8.6")
|
||||
|
||||
expect(checks.check_ruby_version)
|
||||
.to match "Ruby version 1.8.6 is unsupported on 10.12"
|
||||
.to match "Ruby version 1.8.6 is unsupported on macOS 10.12"
|
||||
end
|
||||
|
||||
describe "#check_if_supported_sdk_available" do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user