You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added style_output configuration option. There are two options: [:simple, :verbose].
:simple is the default, while :verbose outputs line numbers along with source code that
is missing coverage.
Added debug_mode configuration option for investigating mismatched filenames. Default is disabled
Improvements
Improved output of the current tested file to start with the app/ directory instead
of full path
Slight optimizations done to the way the current filename is detected
Better documentation added
Bug fixes
Files previously containing the phrase 'spec' as part of their name would be
improperly formatted. This caused these files to come up as mismatches.