aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/spec
diff options
context:
space:
mode:
authorVítor Galvão2017-02-07 15:18:06 +0000
committerGitHub2017-02-07 15:18:06 +0000
commit917b9f445ddb35295feb97e68f955a1e2f20d117 (patch)
tree25f3fbbe4440d609f71829a9cf64ce443c61baa5 /Library/Homebrew/cask/spec
parent73df50459590ea6f5736393158dddf82affd7fde (diff)
parentd02a4d9e51e69280532533b2cfa7e1e5513edc4c (diff)
downloadbrew-917b9f445ddb35295feb97e68f955a1e2f20d117.tar.bz2
Merge pull request #1908 from reitermarkus/cleanup-cask-doctor
Simplify `brew cask doctor`.
Diffstat (limited to 'Library/Homebrew/cask/spec')
-rw-r--r--Library/Homebrew/cask/spec/cask/cli/doctor_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/spec/cask/cli/doctor_spec.rb b/Library/Homebrew/cask/spec/cask/cli/doctor_spec.rb
index 38f8b50ac..ff1cf5706 100644
--- a/Library/Homebrew/cask/spec/cask/cli/doctor_spec.rb
+++ b/Library/Homebrew/cask/spec/cask/cli/doctor_spec.rb
@@ -4,7 +4,7 @@ describe Hbc::CLI::Doctor do
it "displays some nice info about the environment" do
expect {
Hbc::CLI::Doctor.run
- }.to output(/\A==> macOS Release:/).to_stdout
+ }.to output(/\A==> Homebrew-Cask Version/).to_stdout
end
it "raises an exception when arguments are given" do