Sha256: 27dd8dd5caf93baf13363375452bc78e1b721ef0d4eb7df70c796150a0f61ea2

Contents?: true

Size: 298 Bytes

Versions: 5

Compression:

Stored size: 298 Bytes

Contents

require 'active_support'
require 'active_support/core_ext'
require File.dirname(__FILE__) + '/../lib/rails-timeago.rb'
require File.dirname(__FILE__) + '/support/stub.rb'

RSpec.configure do |config|
  config.mock_with :rspec
end

# Use UTC timezone for the duration of the tests
Time.zone = 'UTC'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rails-timeago-2.14.0 spec/spec_helper.rb
rails-timeago-2.13.0 spec/spec_helper.rb
rails-timeago-2.12.0 spec/spec_helper.rb
rails-timeago-2.11.1 spec/spec_helper.rb
rails-timeago-2.11.0 spec/spec_helper.rb