diff options
| author | Markus Reiter | 2017-08-04 14:59:18 +0200 |
|---|---|---|
| committer | Markus Reiter | 2017-09-10 23:12:32 +0200 |
| commit | b0c98ba6319e0e53cc0a262dd08bbb339d4bd7b5 (patch) | |
| tree | 24b370322f96e962917bb356408132dc9a4dfb3d /Library/Homebrew/test | |
| parent | 53ecdd843f6e6d6dd93e09a5394de3c31bc0e51a (diff) | |
| download | brew-b0c98ba6319e0e53cc0a262dd08bbb339d4bd7b5.tar.bz2 | |
Fix `_stanza`.
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/cask/conflicts_with_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/cask/conflicts_with_spec.rb b/Library/Homebrew/test/cask/conflicts_with_spec.rb index 0dc51cb2d..00dc252fe 100644 --- a/Library/Homebrew/test/cask/conflicts_with_spec.rb +++ b/Library/Homebrew/test/cask/conflicts_with_spec.rb @@ -8,7 +8,7 @@ describe "conflicts_with", :cask do Hbc::CaskLoader.load_from_file(TEST_FIXTURE_DIR/"cask/Casks/with-conflicts-with.rb") } - it "installs the dependency of a Cask and the Cask itself", :focus do + it "installs the dependency of a Cask and the Cask itself" do Hbc::Installer.new(local_caffeine).install expect(local_caffeine).to be_installed |
