9 lines
		
	
	
		
			325 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			325 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| require "test/support/helper/spec/shared_examples/hbc_dsl_base"
 | |
| 
 | |
| describe Hbc::DSL::UninstallPostflight, :cask 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
 | 
