spec/spec_helper.rb in pry-moves-0.1.6 vs spec/spec_helper.rb in pry-moves-0.1.7
- old
+ new
@@ -12,10 +12,10 @@
PryMoves.unlock if PryMoves.semaphore.locked?
end
config.after(:example) do |example|
unless example.exception
- expect(PryDebugger.breakpoints.count).to be(0), "not all breakpoints launched"
+ expect(PryDebugger.breakpoints.count).to be(0), "not all breakpoints launched: #{PryDebugger.breakpoints.count}"
end
end
end
\ No newline at end of file