aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMisty De Meo2016-01-01 17:11:57 -0400
committerMisty De Meo2016-01-01 20:10:34 -0400
commitd4db443b1926b97660399f361e0b7a98ea24c608 (patch)
tree8df7bcd35a5fc917b108ca0ca4992bc5cbcffe82 /Library/Homebrew/test
parent31501e7b388367eb66c964512756766bfd7b5dc5 (diff)
downloadbrew-d4db443b1926b97660399f361e0b7a98ea24c608.tar.bz2
LanguageModuleRequirement: remove rbx support
This test wasn't running by default, so we missed that it wasn't actually being executed - or that it was failing when running in the testing environment. As far as I can tell this is not, and has not, been used either in core or in any tap, third party or otherwise, so just remove the feature and its test.
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_language_module_requirement.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/Library/Homebrew/test/test_language_module_requirement.rb b/Library/Homebrew/test/test_language_module_requirement.rb
index 9ffe05dbd..690f3d502 100644
--- a/Library/Homebrew/test/test_language_module_requirement.rb
+++ b/Library/Homebrew/test/test_language_module_requirement.rb
@@ -51,16 +51,6 @@ class LanguageModuleRequirementTests < Homebrew::TestCase
assert_deps_pass "date" => :ruby
end
- if which("rbx")
- def test_bad_rubinius_deps
- assert_deps_fail "notapackage" => :rbx
- end
-
- def test_good_rubinius_deps
- assert_deps_pass "date" => :rbx
- end
- end
-
if which("csc")
def test_bad_chicken_deps
assert_deps_fail "notapackage" => :chicken