Sha256: 9488cb9074b1756e7452f656b56e44047a116b5253925765f20c4941f8c8cc02
Contents?: true
Size: 274 Bytes
Versions: 3
Compression:
Stored size: 274 Bytes
Contents
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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rails-timeago-2.10.2 | spec/spec_helper.rb |
rails-timeago-2.10.1 | spec/spec_helper.rb |
rails-timeago-2.10.0 | spec/spec_helper.rb |