Sha256: 896d5dd46d268b31b9a2b98b00d410c2f3d34c974459b9f087d8973d3085e26c

Contents?: true

Size: 224 Bytes

Versions: 1

Compression:

Stored size: 224 Bytes

Contents

# frozen_string_literal: true

require "timecop"

RSpec.configure do |config|
  config.include ActiveSupport::Testing::TimeHelpers

  config.before do
    Timecop.freeze
  end

  config.after do
    Timecop.return
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
archangel-0.4.0 spec/support/timecop.rb