Sha256: bbeb3d5c47dcbb8388fb291b86aad716bed62fc274146beebe9097d3f258e6b2

Contents?: true

Size: 331 Bytes

Versions: 10

Compression:

Stored size: 331 Bytes

Contents

require 'simplecov'
SimpleCov.start do
  add_filter '/spec/'
end

require 'rotp'
require 'timecop'

RSpec.configure do |config|
  config.disable_monkey_patching!
  config.raise_errors_for_deprecations!
  config.color = true
  config.fail_fast = true

  config.before do
    Timecop.return
  end
end

require_relative '../lib/rotp'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rotp-6.3.0 spec/spec_helper.rb
rotp-6.2.2 spec/spec_helper.rb
rotp-6.2.1 spec/spec_helper.rb
rotp-6.2.0 spec/spec_helper.rb
rotp-6.1.0 spec/spec_helper.rb
rotp-6.0.0 spec/spec_helper.rb
rotp-5.1.0 spec/spec_helper.rb
rotp-5.0.0 spec/spec_helper.rb
rotp-4.1.0 spec/spec_helper.rb
rotp-4.0.2 spec/spec_helper.rb