nshki / chusaku

Annotate your Rails controllers with route info.
https://rubygems.org/gems/chusaku
MIT License
87 stars 4 forks source link

Fix no "nothing to annotate" bug #29

Closed nshki closed 2 years ago

nshki commented 2 years ago

Issue

Fixes #27.

Overview

There was a bug in which Nothing to annotate. was not in the output of Chusaku runs when it should have been. This was due to #25 where more detailed changes started getting tracked in chusaku.rb.

This PR adds a test for and fixes this bug.