summaryrefslogtreecommitdiff
path: root/spec/bundler/gem_helper_spec.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-05-10 20:15:04 -0700
committerAndre Arko <andre@arko.net>2014-05-11 09:55:24 +0100
commita53a6f44c78de7d31e8ce89440c62b562fe6e013 (patch)
tree9647cb4be817f81c90181641b6bb7bdebc48692b /spec/bundler/gem_helper_spec.rb
parentac57b8aa4b9b46d45f010b2a54b87456606f26d9 (diff)
downloadbundler-a53a6f44c78de7d31e8ce89440c62b562fe6e013.tar.gz
describe what homepage is for, too
Diffstat (limited to 'spec/bundler/gem_helper_spec.rb')
-rw-r--r--spec/bundler/gem_helper_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/bundler/gem_helper_spec.rb b/spec/bundler/gem_helper_spec.rb
index 791a78b3b5..59fb90a938 100644
--- a/spec/bundler/gem_helper_spec.rb
+++ b/spec/bundler/gem_helper_spec.rb
@@ -65,6 +65,7 @@ describe Bundler::GemHelper do
before(:each) do
content = app_gemspec_content.gsub("TODO: ", "")
+ content.sub!(/homepage\s+= ".*"/, 'homepage = ""')
File.open(app_gemspec_path, "w") { |file| file << content }
end