BetterErrors / better_errors

Better error page for Rack apps
MIT License
6.88k stars 435 forks source link

Fix setting editor with symbol #492

Closed srachner closed 3 years ago

srachner commented 3 years ago

The changes in commit 6591cf998872940ae64086444aa59be30f1cbe9c broke setting an editor with a symbol, when the method Editor.for_symbol was renamed to Editor.editor_from_symbol.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 347414729


Totals Coverage Status
Change from base Build 346475882: 0.0%
Covered Lines: 490
Relevant Lines: 506

💛 - Coveralls
RobinDaugherty commented 3 years ago

Thank you! This should have been caught by rspec-mock! I'll cut a release for this right away and then investigate further.