From b0dc2da97be49968350dfbe39858ca9e1ef06e29 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Thu, 9 Feb 2017 04:00:42 +0100 Subject: [PATCH] Convert uninstall_preflight test to spec. --- .../cask/dsl/uninstall_preflight_spec.rb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Library/Homebrew/cask/{test/cask/dsl/uninstall_preflight_test.rb => spec/cask/dsl/uninstall_preflight_spec.rb} (93%) diff --git a/Library/Homebrew/cask/test/cask/dsl/uninstall_preflight_test.rb b/Library/Homebrew/cask/spec/cask/dsl/uninstall_preflight_spec.rb similarity index 93% rename from Library/Homebrew/cask/test/cask/dsl/uninstall_preflight_test.rb rename to Library/Homebrew/cask/spec/cask/dsl/uninstall_preflight_spec.rb index f964b0098d..a4930e99e9 100644 --- a/Library/Homebrew/cask/test/cask/dsl/uninstall_preflight_test.rb +++ b/Library/Homebrew/cask/spec/cask/dsl/uninstall_preflight_spec.rb @@ -1,4 +1,4 @@ -require "test_helper" +require "spec_helper" describe Hbc::DSL::UninstallPreflight do let(:cask) { Hbc::CaskLoader.load_from_file(TEST_FIXTURE_DIR/"cask/Casks/basic-cask.rb") }