travis-ci
Rescue on undefined local variables in frame_binding For example, I see errors on local variables: `m`, `args`, `block`, `r`, and `target` when inspecting an error on a class that inherits from SimpleDelegator. Fix: Add a rescue on NameError to catch these. Fixes issue: https://github.com/charliesome/better_errors/issues/351 Inspiration for this fix comes from @glebtv in https://github.com/glebtv/better_errors/commit/6d00365df
9 of 9 new or added lines in 1 file covered. (100.0%)
440 of 455 relevant lines covered (96.7%)
2177.85 hits per line