Don't test jruby deps since it makes the tests slow

This commit is contained in:
Jack Nagel 2014-04-21 12:48:15 -05:00
parent 4b4fc003df
commit c208afe226

View File

@ -52,16 +52,6 @@ class LanguageModuleDependencyTests < Test::Unit::TestCase
assert_deps_pass "date" => :ruby
end
if which("jruby")
def test_bad_jruby_deps
assert_deps_fail "notapackage" => :jruby
end
def test_good_jruby_deps
assert_deps_pass "date" => :jruby
end
end
if which("rbx")
def test_bad_rubinius_deps
assert_deps_fail "notapackage" => :rbx