scarpe-team / scarpe

Scarpe - shoes but running on webview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We should pass filename and line to eval for ShoesSpec (etc) testing

noahgibbs opened this issue · comments

When Ruby does an eval (or instance_eval, etc.) you can pass a filename and line number in so that it reports them better in backtraces. In CatsCradle and ShoesSpec testing in the scarpe gem, and in ShoesSpec testing in the shoes-spec gem, we don't consistently do that.

The backtraces will be a lot more useful when we do.