Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Update outdated_spec.rb
Browse files Browse the repository at this point in the history
Remove extra `puts`
  • Loading branch information
Stefan Lance committed Mar 27, 2015
1 parent c6a14fc commit 144d135
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/commands/outdated_spec.rb
Expand Up @@ -31,8 +31,6 @@
expect(out).to include("weakling (0.2 > 0.0.3) Gemfile specifies \"~> 0.0.1\"")
expect(out).to include("foo (1.0")

puts out

# Gem names are one per-line, between "*" and their parenthesized version.
gem_list = out.split("\n").map { |g| g[ /\* (.*) \(/, 1] }.compact
expect(gem_list).to eq(gem_list.sort)
Expand Down

0 comments on commit 144d135

Please sign in to comment.