Sha256: 27450814ff774e1988b93e2d7e3f4fee2f1ce658e4c52e23f969111f49f6ea63

Contents?: true

Size: 151 Bytes

Versions: 9

Compression:

Stored size: 151 Bytes

Contents

require 'timecop'

RSpec.configure do |config|
  config.around :each do |example|
    Timecop.freeze 2012, 1, 1 do
      example.run
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
capistrano-notifier-0.4.1 spec/spec_helper.rb
capistrano-notifier-0.4.0 spec/spec_helper.rb
capistrano-notifier-0.3.0 spec/spec_helper.rb
capistrano-notifier-0.2.2 spec/spec_helper.rb
capistrano-notifier-0.2.1 spec/spec_helper.rb
capistrano-notifier-0.2.0 spec/spec_helper.rb
capistrano-notifier-0.1.2 spec/spec_helper.rb
capistrano-notifier-0.1.1 spec/spec_helper.rb
capistrano-notifier-0.1.0 spec/spec_helper.rb