test_formulary: add formula@version class translation check

This commit is contained in:
Dominyk Tiller 2016-08-25 20:32:47 +01:00
parent 98155a5526
commit 24be5c4a39
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -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