Skip to content

Commit

Permalink
Merge pull request #1147 from nobu/date_specs
Browse files Browse the repository at this point in the history
Move the extensions for `Time` to the corresponding locations
  • Loading branch information
hsbt committed Apr 4, 2024
2 parents 573cf97 + d29c935 commit 0ce0633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

require_relative '../../spec_helper'
require_relative '../../../spec_helper'
require 'time'

describe "Time#to_date" do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative '../../spec_helper'
require_relative '../../../spec_helper'
require 'time'
require 'date'
date_version = defined?(Date::VERSION) ? Date::VERSION : '3.1.0'
Expand Down

0 comments on commit 0ce0633

Please sign in to comment.