Skip to content

Commit

Permalink
Have to explicitly enable it!
Browse files Browse the repository at this point in the history
  • Loading branch information
godfat committed Nov 19, 2016
1 parent 968f1a2 commit 13b2088
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/more/test_caller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
describe Rib::Caller do
paste :rib

would 'puts some backtrace' do
mock(Rib).puts(is_a(Array)){ ok }
test_for Rib::Caller do
would 'puts some backtrace' do
mock(Rib).puts(is_a(Array)){ ok }

Rib.caller
Rib.caller
end
end
end

0 comments on commit 13b2088

Please sign in to comment.