Skip to content

Remove noise in specs

Ash McKenzie requested to merge ashmckenzie/remove-noise-in-specs into main

What does this Merge Request do and why?

This MR needs !2007 (merged) merged.

In order to avoid the broken window theory, this (very minor/petty) MR fixes some noise that was introduced in recent gdk doctor changes:

Before

$ make rspec
RSpec: ........................<newline here>
..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

After

$ make rspec
RSpec: ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Ash McKenzie

Merge request reports

Loading