Sha256: c9d89e78eaf22b395af84c7d6c162d641737ef82e460c604c625469e47154b68

Contents?: true

Size: 188 Bytes

Versions: 6

Compression:

Stored size: 188 Bytes

Contents

RSpec.configure do |config|
  config.before(:each, suppress_progressbar: true) do
    stub_const(
      "::ProgressBar::Output::DEFAULT_OUTPUT_STREAM",
      StringIO.new,
    )
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
attr_masker-0.3.1 spec/support/silence_stdout.rb
attr_masker-0.3.0 spec/support/silence_stdout.rb
attr_masker-0.2.1 spec/support/silence_stdout.rb
attr_masker-0.2.0 spec/support/silence_stdout.rb
attr_masker-0.1.1 spec/support/silence_stdout.rb
attr_masker-0.1.0 spec/support/silence_stdout.rb