diff options
-rw-r--r-- | test/rubygems/test_gem_specification.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1133,7 +1133,7 @@ dependencies: [] def test_handles_private_null_type path = File.join DATA_PATH, "null-type.gemspec.rz" - data = Marshal.load Gem.inflate(Gem.read_binary(path)) assert_equal nil, data.rubyforge_project end |