You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/tags/core/time/new_tags.txt
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,4 @@ fails:Time.new with a timezone argument subject's class implements .find_timezon
20
20
fails:Time.new with a timezone argument subject's class implements .find_timezone method calls .find_timezone to build a time object if passed zone name as a timezone argument
21
21
fails:Time.new with a timezone argument subject's class implements .find_timezone method does not call .find_timezone if passed any not string/numeric/timezone timezone argument
22
22
fails:Time.new has at least microsecond precision
23
-
fails:Time.new with a timezone argument :in keyword argument could be UTC offset as a String in '+HH:MM or '-HH:MM' format
24
-
fails:Time.new with a timezone argument :in keyword argument could be UTC offset as a number of seconds
25
23
fails:Time.new with a timezone argument :in keyword argument could be a timezone object
26
-
fails:Time.new with a timezone argument :in keyword argument raises ArgumentError if format is invalid
0 commit comments