Skip to content

Commit

Permalink
Cleans up some depreciations (gemspec and test_helper)
Browse files Browse the repository at this point in the history
  • Loading branch information
wishdev authored and joshuacronemeyer committed Oct 13, 2020
1 parent ca5609d commit 50b1070
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

$VERBOSE = true # enable ruby warnings

require 'mocha/setup'
require 'mocha/minitest'

class Minitest::Test
private
Expand Down
1 change: 0 additions & 1 deletion timecop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 50b1070

Please sign in to comment.