aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/test
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cask/test')
-rw-r--r--Library/Homebrew/cask/test/cask/dsl/uninstall_preflight_test.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/Library/Homebrew/cask/test/cask/dsl/uninstall_preflight_test.rb b/Library/Homebrew/cask/test/cask/dsl/uninstall_preflight_test.rb
deleted file mode 100644
index f964b0098..000000000
--- a/Library/Homebrew/cask/test/cask/dsl/uninstall_preflight_test.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-require "test_helper"
-
-describe Hbc::DSL::UninstallPreflight do
- let(:cask) { Hbc::CaskLoader.load_from_file(TEST_FIXTURE_DIR/"cask/Casks/basic-cask.rb") }
- let(:dsl) { Hbc::DSL::UninstallPreflight.new(cask, Hbc::FakeSystemCommand) }
-
- it_behaves_like Hbc::DSL::Base
-
- it_behaves_like Hbc::Staged do
- let(:staged) { dsl }
- end
-end