aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/test
diff options
context:
space:
mode:
authorMarkus Reiter2017-02-09 03:59:53 +0100
committerMarkus Reiter2017-02-10 17:19:19 +0100
commit0a4bc0e3b4526dacf2045b12741c1359b43607bc (patch)
tree3d92b480726609c3cb5c92b871e81e0dc3d03ffa /Library/Homebrew/cask/test
parent451e7c3aebf77be1d353712d202e2e915b8962f0 (diff)
downloadbrew-0a4bc0e3b4526dacf2045b12741c1359b43607bc.tar.bz2
Convert uninstall_postflight test to spec.
Diffstat (limited to 'Library/Homebrew/cask/test')
-rw-r--r--Library/Homebrew/cask/test/cask/dsl/uninstall_postflight_test.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Homebrew/cask/test/cask/dsl/uninstall_postflight_test.rb b/Library/Homebrew/cask/test/cask/dsl/uninstall_postflight_test.rb
deleted file mode 100644
index ae4db979e..000000000
--- a/Library/Homebrew/cask/test/cask/dsl/uninstall_postflight_test.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-require "test_helper"
-
-describe Hbc::DSL::UninstallPostflight do
- let(:cask) { Hbc::CaskLoader.load_from_file(TEST_FIXTURE_DIR/"cask/Casks/basic-cask.rb") }
- let(:dsl) { Hbc::DSL::UninstallPostflight.new(cask, Hbc::FakeSystemCommand) }
-
- it_behaves_like Hbc::DSL::Base
-end