From 50b1070543d9f8b6c07bb97a7d63ad0aeccfdcc4 Mon Sep 17 00:00:00 2001 From: John W Higgins Date: Thu, 30 Jul 2020 15:14:01 -0700 Subject: [PATCH] Cleans up some depreciations (gemspec and test_helper) --- test/test_helper.rb | 2 +- timecop.gemspec | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 56484313..f584187d 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -5,7 +5,7 @@ $VERBOSE = true # enable ruby warnings -require 'mocha/setup' +require 'mocha/minitest' class Minitest::Test private diff --git a/timecop.gemspec b/timecop.gemspec index bc3658eb..00c618f4 100644 --- a/timecop.gemspec +++ b/timecop.gemspec @@ -36,7 +36,6 @@ Gem::Specification.new do |s| s.homepage = %q{https://github.com/travisjeffery/timecop} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubyforge_project = %q{timecop} s.rubygems_version = %q{1.3.7} s.summary = %q{A gem providing "time travel" and "time freezing" capabilities, making it dead simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.} s.license = "MIT"