diff options
| author | Markus Reiter | 2017-02-09 04:00:42 +0100 |
|---|---|---|
| committer | Markus Reiter | 2017-02-10 17:19:19 +0100 |
| commit | b0dc2da97be49968350dfbe39858ca9e1ef06e29 (patch) | |
| tree | e24a116d0f042f6ade8a83f0eed569b5e63e4776 /Library/Homebrew/cask/test | |
| parent | 0a4bc0e3b4526dacf2045b12741c1359b43607bc (diff) | |
| download | brew-b0dc2da97be49968350dfbe39858ca9e1ef06e29.tar.bz2 | |
Convert uninstall_preflight test to spec.
Diffstat (limited to 'Library/Homebrew/cask/test')
| -rw-r--r-- | Library/Homebrew/cask/test/cask/dsl/uninstall_preflight_test.rb | 12 |
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 |
