diff options
| author | Markus Reiter | 2017-02-21 06:09:09 +0100 |
|---|---|---|
| committer | Markus Reiter | 2017-02-21 06:09:09 +0100 |
| commit | 15d681064173f06c5ca9de665d90cc9f036c6613 (patch) | |
| tree | 11822ef716bf84ab753e7435c9d4b6319b711d79 /Library/Homebrew/test/os | |
| parent | bd0a1314c8a2676a69b81ba840fb7ea6e50ae736 (diff) | |
| download | brew-15d681064173f06c5ca9de665d90cc9f036c6613.tar.bz2 | |
Convert `os/mac/blacklist` test to spec.
Diffstat (limited to 'Library/Homebrew/test/os')
| -rw-r--r-- | Library/Homebrew/test/os/mac/blacklist_test.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Library/Homebrew/test/os/mac/blacklist_test.rb b/Library/Homebrew/test/os/mac/blacklist_test.rb deleted file mode 100644 index 26dd84ed9..000000000 --- a/Library/Homebrew/test/os/mac/blacklist_test.rb +++ /dev/null @@ -1,12 +0,0 @@ -require "testing_env" -require "blacklist" - -class OSMacBlacklistTests < Homebrew::TestCase - def assert_blacklisted(s) - assert blacklisted?(s), "'#{s}' should be blacklisted" - end - - def test_xcode - %w[xcode Xcode].each { |s| assert_blacklisted s } - end -end |
