Don't test jruby deps since it makes the tests slow
This commit is contained in:
parent
4b4fc003df
commit
c208afe226
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user