Commit dedba1ad authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Hound] Remove errant `puts` from spec

parent 064958d4
...@@ -7,7 +7,6 @@ module Pod ...@@ -7,7 +7,6 @@ module Pod
module UserInterface module UserInterface
module ErrorReport module ErrorReport
class << self class << self
def report(exception) def report(exception)
return <<-EOS return <<-EOS
......
...@@ -79,7 +79,6 @@ EOS ...@@ -79,7 +79,6 @@ EOS
@report.stubs(:xcode_information).returns(':xcode_information') @report.stubs(:xcode_information).returns(':xcode_information')
@report.stubs(:repo_information).returns(['repo_1', 'repo_2']) @report.stubs(:repo_information).returns(['repo_1', 'repo_2'])
report = remove_color(@report.report(@exception)) report = remove_color(@report.report(@exception))
puts report
report.should == expected report.should == expected
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment