diff options
| author | Markus Reiter | 2017-02-09 03:26:57 +0100 |
|---|---|---|
| committer | Markus Reiter | 2017-02-10 17:19:19 +0100 |
| commit | 2cecf98023ee39fc14f7c5f236b1969e2e6855b1 (patch) | |
| tree | 8e4c3a9aa50ef7a6e5978f970d10494271547cf2 | |
| parent | 1647b9d97a744de066ff87cccf59fbb6fe278680 (diff) | |
| download | brew-2cecf98023ee39fc14f7c5f236b1969e2e6855b1.tar.bz2 | |
Convert two apps incorrect test to spec.
| -rw-r--r-- | Library/Homebrew/cask/spec/cask/artifact/two_apps_incorrect_spec.rb (renamed from Library/Homebrew/cask/test/cask/artifact/two_apps_incorrect_test.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/test/cask/artifact/two_apps_incorrect_test.rb b/Library/Homebrew/cask/spec/cask/artifact/two_apps_incorrect_spec.rb index a79fc6378..0aa38d910 100644 --- a/Library/Homebrew/cask/test/cask/artifact/two_apps_incorrect_test.rb +++ b/Library/Homebrew/cask/spec/cask/artifact/two_apps_incorrect_spec.rb @@ -1,4 +1,4 @@ -require "test_helper" +require "spec_helper" describe Hbc::Artifact::App do # FIXME: Doesn't actually raise because the `app` stanza is not evaluated on load. |
