mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Fix watch tests
This commit is contained in:
parent
b54bbc3bda
commit
3e0d76458f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ describe "watch expression" do
|
|||
# 3) Return the output
|
||||
def eval(expr)
|
||||
output = @tester.eval expr
|
||||
@tester.pry.hooks.exec_hook :after_eval
|
||||
@tester.pry.hooks.exec_hook :after_eval, nil, @tester.pry
|
||||
output
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue