aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorDominyk Tiller2016-08-25 20:32:47 +0100
committerDominyk Tiller2016-08-28 03:08:20 +0100
commit24be5c4a392dbe3abb66c765f52cf85cec5e8b8c (patch)
tree761936b3d239e37ad1262a38dedcd5b0ca2cbd58 /Library/Homebrew
parent98155a55267e145f2816446913fa0796f49c35a7 (diff)
downloadbrew-24be5c4a392dbe3abb66c765f52cf85cec5e8b8c.tar.bz2
test_formulary: add formula@version class translation check
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/test/test_formulary.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/test_formulary.rb b/Library/Homebrew/test/test_formulary.rb
index 7a3ab65e0..abc034e14 100644
--- a/Library/Homebrew/test/test_formulary.rb
+++ b/Library/Homebrew/test/test_formulary.rb
@@ -10,6 +10,7 @@ class FormularyTest < Homebrew::TestCase
assert_equal "SLang", Formulary.class_s("s-lang")
assert_equal "PkgConfig", Formulary.class_s("pkg-config")
assert_equal "FooBar", Formulary.class_s("foo_bar")
+ assert_equal "OpensslAT11", Formulary.class_s("openssl@1.1")
end
end