Open vinnydiehl opened 1 year ago
Add require 'fuubar'
to the top of spec_helper.rb
.
That stopped the error, but didn't cause the desired behavior of the progress bar refreshing every second. It continues to refresh with each test.
@vinnydiehl my guess is that this is a misconfiguration. No one else is reporting this.
I'm not following how the code is currently working so I'll look into this for you.
I'm getting a failure when using the fuubar_auto_refresh option. In spec_helper.rb I have:
Output when I run the test suite is:
I'm using Ruby 3.2.0, it's a Rails 7 app running on up-to-date Arch Linux. Without this configuration option Fuubar works perfectly.