summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_specification.rb
diff options
context:
space:
mode:
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