summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_source_git.rb
diff options
context:
space:
mode:
-rw-r--r--test/rubygems/test_gem_source_git.rb2
1 files changed, 1 insertions, 1 deletions
@@ -229,7 +229,7 @@ class TestGemSourceGit < Gem::TestCase
Dir.chdir 'b' do
b = Gem::Specification.new 'b', 1
- open 'b.gemspec', 'w' do |io|
io.write b.to_ruby
end