diff options
| author | Josh Hagins | 2016-09-23 10:28:15 -0500 |
|---|---|---|
| committer | GitHub | 2016-09-23 10:28:15 -0500 |
| commit | 741e68766368b4ad18120a81b2180743790b529e (patch) | |
| tree | f782addc7342232fb205f114fd46b400d00efbd6 /Library | |
| parent | b63f024b0788df0ea79d031f2c3cf6a140846387 (diff) | |
| download | brew-741e68766368b4ad18120a81b2180743790b529e.tar.bz2 | |
accessibility_test: fix warning message
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cask/test/cask/accessibility_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/test/cask/accessibility_test.rb b/Library/Homebrew/cask/test/cask/accessibility_test.rb index eeb76f01d..8da8937fe 100644 --- a/Library/Homebrew/cask/test/cask/accessibility_test.rb +++ b/Library/Homebrew/cask/test/cask/accessibility_test.rb @@ -61,7 +61,7 @@ describe "Accessibility Access" do @installer.stubs(bundle_identifier: "com.example.BasicCask") capture_io { @installer.disable_accessibility_access }[1] - .must_match("Warning: Accessibility access was enabled for with-accessibility-access, but it is not safe to disable") + .must_match("Warning: Accessibility access cannot be disabled automatically on this version of macOS.") end it "warns about disabling accessibility access on new macOS releases" do MacOS.stubs(version: MacOS::Version.new("10.12")) |
