Sha256: 6d4644eb8db610b304ca04a64fecd48f4029b4d433783a38635648607b2ff7c3

Contents?: true

Size: 792 Bytes

Versions: 16

Compression:

Stored size: 792 Bytes

Contents

# frozen_string_literal: true

require "fuubar"

RSpec.configure do |config|
  # Use Fuubar instafail-alike formatter, unless a formatter has already been
  # configured (e.g. via a command-line flag).
  config.default_formatter = "Fuubar"

  # Disable auto-refresh of the fuubar progress bar to avoid surprises during
  # debugiing. And simply because there's next to absolutely no point in having
  # this turned on.
  #
  # > By default fuubar will automatically refresh the bar (and therefore
  # > the ETA) every second. Unfortunately this doesn't play well with things
  # > like debuggers. When you're debugging, having a bar show up every second
  # > is undesireable.
  #
  # See: https://github.com/thekompanee/fuubar#disabling-auto-refresh
  config.fuubar_auto_refresh = false
end

Version data entries

16 entries across 16 versions & 4 rubygems

Version Path
direct7-0.0.18 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/fuubar.rb
direct7-0.0.17 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/fuubar.rb
direct7-0.0.16 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/fuubar.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/http-5.2.0/spec/support/fuubar.rb
direct7-0.0.13 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/fuubar.rb
direct7-0.0.12 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/fuubar.rb
http-5.2.0 spec/support/fuubar.rb
direct7-0.0.11 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/fuubar.rb
http-rspec-0.1.0 spec/support/fuubar.rb
http-5.1.1 spec/support/fuubar.rb
http-5.1.0 spec/support/fuubar.rb
http-5.0.4 spec/support/fuubar.rb
http-5.0.3 spec/support/fuubar.rb
http-5.0.2 spec/support/fuubar.rb
http-5.0.1 spec/support/fuubar.rb
http-5.0.0 spec/support/fuubar.rb