1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/date, test/rdoc: exclude tests dependent on unbundled libraries.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-02-22 09:34:59 +00:00
parent 9e4ddb8f18
commit b67bc8d722
5 changed files with 6 additions and 20 deletions

View file

@ -6,8 +6,6 @@ class TestRDocRubygemsHook < Gem::TestCase
def setup
super
skip 'requires RubyGems 1.9+' unless
Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.9')
@a = quick_spec 'a'
@ -197,5 +195,5 @@ class TestRDocRubygemsHook < Gem::TestCase
FileUtils.chmod 0755, @a.doc_dir
end
end
end if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.9')