diff options
| author | Markus Reiter | 2016-12-06 16:36:34 +0100 |
|---|---|---|
| committer | Markus Reiter | 2017-01-25 13:33:12 +0100 |
| commit | f717831a032c96fa583ab27d7ad2f300ad81b764 (patch) | |
| tree | 9afe1fc60c7395b0eed76c95e65adc20a04d6cae /Library/Homebrew/cask/spec/support/Casks/with-embedded-binary.rb | |
| parent | 35045b2934d94eabe302693a05b12fb530827454 (diff) | |
| download | brew-f717831a032c96fa583ab27d7ad2f300ad81b764.tar.bz2 | |
Move Cask fixtures to `test/support/fixtures`.
Diffstat (limited to 'Library/Homebrew/cask/spec/support/Casks/with-embedded-binary.rb')
| -rw-r--r-- | Library/Homebrew/cask/spec/support/Casks/with-embedded-binary.rb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Library/Homebrew/cask/spec/support/Casks/with-embedded-binary.rb b/Library/Homebrew/cask/spec/support/Casks/with-embedded-binary.rb deleted file mode 100644 index 107c6cbe2..000000000 --- a/Library/Homebrew/cask/spec/support/Casks/with-embedded-binary.rb +++ /dev/null @@ -1,10 +0,0 @@ -test_cask 'with-embedded-binary' do - version '1.2.3' - sha256 'fe052d3e77d92676775fd916ddb8942e72a565b844ea7f6d055474c99bb4e47b' - - url "file://#{TEST_FIXTURE_DIR}/cask/AppWithEmbeddedBinary.zip" - homepage 'http://example.com/with-binary' - - app 'App.app' - binary "#{appdir}/App.app/Contents/MacOS/App/binary" -end |
