diff options
Diffstat (limited to 'Library/Homebrew/test/cask/cli/doctor_spec.rb')
| -rw-r--r-- | Library/Homebrew/test/cask/cli/doctor_spec.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Homebrew/test/cask/cli/doctor_spec.rb b/Library/Homebrew/test/cask/cli/doctor_spec.rb index ff1cf5706..b24c777eb 100644 --- a/Library/Homebrew/test/cask/cli/doctor_spec.rb +++ b/Library/Homebrew/test/cask/cli/doctor_spec.rb @@ -1,6 +1,4 @@ -require "hbc/version" - -describe Hbc::CLI::Doctor do +describe Hbc::CLI::Doctor, :cask do it "displays some nice info about the environment" do expect { Hbc::CLI::Doctor.run |
