Commit 3762f5a1 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Hound] Clean ErrorReport Spec

parent 96ed6419
...@@ -9,7 +9,7 @@ module Pod ...@@ -9,7 +9,7 @@ module Pod
describe 'In general' do describe 'In general' do
before do before do
@exception = Informative.exception('at - (~/code.rb):') @exception = Informative.exception('at - (~/code.rb):')
@exception.stubs(:backtrace).returns(['Line 1', 'Line 2']) @exception.stubs(:backtrace).returns(%w{Line 1 Line 2})
@report = UserInterface::ErrorReport @report = UserInterface::ErrorReport
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