fuubar icon indicating copy to clipboard operation
fuubar copied to clipboard

The instafailing RSpec progress bar formatter

Results 2 fuubar issues
Sort by recently updated
recently updated
newest added

I'm getting a failure when using the fuubar_auto_refresh option. In spec_helper.rb I have: ```Ruby RSpec.configure do |config| # my configuration config.add_formatter "Fuubar" config.fuubar_auto_refresh = true end ``` Output when I...