File: spec_helper.rb

package info (click to toggle)
ruby-progressbar 1.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 948 kB
  • sloc: ruby: 3,617; sh: 29; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 186 bytes parent folder | download
1
2
3
4
5
6
7
8
require "progressbar"
require "timecop"
require "#{Dir.pwd}/spec/support/warning_filter"
require "#{Dir.pwd}/spec/support/time"

RSpec.configure do |config|
  config.warnings = true
end