summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Moore <tmoore@incrementalism.net>2015-04-12 19:29:33 +1000
committerTim Moore <tmoore@incrementalism.net>2015-04-12 19:29:33 +1000
commit427659cf16dc5c384dcda3689d63258b7897aa67 (patch)
tree5fc1d3cc3cc4dd982e62712c6dde658968faa860
parent9fd1b814d90059fddd3cba502b8eb686a6ad5026 (diff)
downloadbundler-427659cf16dc5c384dcda3689d63258b7897aa67.tar.gz
Fix another failing spec.
-rw-r--r--spec/commands/newgem_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/commands/newgem_spec.rb b/spec/commands/newgem_spec.rb
index 57c88c53b5..ddcb136e76 100644
--- a/spec/commands/newgem_spec.rb
+++ b/spec/commands/newgem_spec.rb
@@ -57,7 +57,6 @@ describe "bundle gem" do
bundle "gem newgem --bin"
process_file(bundled_app('newgem', "newgem.gemspec")) do |line|
- next line unless line =~ /TODO/
# Simulate replacing TODOs with real values
case line
when /spec\.metadata\['allowed_push_host'\]/, /spec\.homepage/