Skip to content

Commit 83a2cff

Browse files
committed
Testing travis build status
1 parent e413712 commit 83a2cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/time_diff.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class Time
66
def self.diff(start_date, end_date, format_string='%y, %M, %w, %d and %h:%m:%s')
7-
#I18n.load_path += Dir.glob("lib/*.yml")
7+
I18n.load_path += Dir.glob("lib/*.yml")
88
start_time = start_date.to_time if start_date.respond_to?(:to_time)
99
end_time = end_date.to_time if end_date.respond_to?(:to_time)
1010
distance_in_seconds = ((end_time - start_time).abs).round

0 commit comments

Comments
 (0)