Sha256: 3bfc9af6847be2b8b3f3e3e8bb0811a9aee7b99a1740c637de2e678ff1ddb9c5

Contents?: true

Size: 227 Bytes

Versions: 113

Compression:

Stored size: 227 Bytes

Contents

require 'timecop'

# use safe mode to prevent unexpected time leaking errors
# see https://github.com/travisjeffery/timecop#timecopsafe_mode
RSpec.configure do |config|
  config.before do
    Timecop.safe_mode = true
  end
end

Version data entries

113 entries across 113 versions & 2 rubygems

Version Path
thegarage-gitx-2.13.1 spec/support/timecop.rb
thegarage-gitx-2.13.0 spec/support/timecop.rb
thegarage-gitx-2.12.0 spec/support/timecop.rb
thegarage-gitx-2.11.0 spec/support/timecop.rb
thegarage-gitx-2.10.2 spec/support/timecop.rb
thegarage-gitx-2.10.1 spec/support/timecop.rb
thegarage-gitx-2.10.0 spec/support/timecop.rb
thegarage-gitx-2.9.0 spec/support/timecop.rb
thegarage-gitx-2.8.1 spec/support/timecop.rb
thegarage-gitx-2.8.0 spec/support/timecop.rb
thegarage-gitx-2.7.2 spec/support/timecop.rb
thegarage-gitx-2.7.1 spec/support/timecop.rb
thegarage-gitx-2.7.0 spec/support/timecop.rb
thegarage-gitx-2.6.0 spec/support/timecop.rb
thegarage-gitx-2.5.1 spec/support/timecop.rb
thegarage-gitx-2.5.0 spec/support/timecop.rb
thegarage-gitx-2.5.0.beta5 spec/support/timecop.rb
thegarage-gitx-2.5.0.beta4 spec/support/timecop.rb
thegarage-gitx-2.5.0.beta3 spec/support/timecop.rb
thegarage-gitx-2.5.0.beta2 spec/support/timecop.rb