aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2011-08-06 01:00:30 -0500
committerTerence Lee <hone02@gmail.com>2011-08-06 01:00:30 -0500
commit8e6bc165fa579a41461721c8f2df1bef6281c27a (patch)
treec78154d9965b0811cdd7b618004d269b63651242 /spec/support
parentb213de2fd640d3062ea16165a55d5590facc6a99 (diff)
parentba23f523c690fdd6d0f8ad37962f3a1f6d2a86c7 (diff)
downloadbundler-8e6bc165fa579a41461721c8f2df1bef6281c27a.tar.gz
Merge branch '1-0-stable'
Conflicts: CHANGELOG.md lib/bundler/templates/newgem/Rakefile.tt lib/bundler/templates/newgem/newgem.gemspec.tt
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb
index 9ca4d221..4d7b9e20 100644
--- a/spec/support/helpers.rb
+++ b/spec/support/helpers.rb
@@ -13,7 +13,7 @@ module Spec
FileUtils.mkdir_p(tmp)
FileUtils.mkdir_p(home)
Gem.sources = ["file://#{gem_repo1}/"]
- Gem.configuration.write
+ # Gem.configuration.write
end
attr_reader :out, :err, :exitstatus