summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_specification.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-22 02:22:03 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-22 02:22:03 +0000
commit7a69af746135a2ecfc21cf717c4a4b217283ca15 (patch)
tree7a474c9536773a9351bd086ad335ece874d979ff /test/rubygems/test_gem_specification.rb
parent1497959ef5b69c9680931237c7558010130de166 (diff)
* lib/rubygems/test_case.rb: run test with psych if exist.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rubygems/test_gem_specification.rb')
-rw-r--r--test/rubygems/test_gem_specification.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/rubygems/test_gem_specification.rb b/test/rubygems/test_gem_specification.rb
index f346240692..c0dfd4bafe 100644
--- a/test/rubygems/test_gem_specification.rb
+++ b/test/rubygems/test_gem_specification.rb
@@ -39,8 +39,6 @@ end
def setup
super
- @orig_yamler = YAML::ENGINE.yamler
- YAML::ENGINE.yamler = 'psych'
@a1 = quick_spec 'a', '1' do |s|
s.executable = 'exec'
@@ -67,11 +65,6 @@ end
load 'rubygems/syck_hack.rb'
end
- def teardown
- super
- YAML::ENGINE.yamler = @orig_yamler
- end
-
def test_self_attribute_names
expected_value = %w[
authors