diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/age_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/age_spec.rb b/spec/age_spec.rb index 045570c..f453895 100644 --- a/spec/age_spec.rb +++ b/spec/age_spec.rb @@ -85,6 +85,6 @@ describe DateTime do full_check @b, DateTime.civil( 2010, 8, 28, 4, 40, 0), 1, 1, 1, 0, 0, 0 full_check @b, DateTime.civil( 2010, 8, 29, 3, 40, 0), 1, 1, 1, 23, 0, 0 full_check @b, DateTime.civil( 2010, 8, 29, 4, 39, 0), 1, 1, 1, 23, 59, 0 - full_check @b, DateTime.civil( 2010, 8, 29, 4, 39, 59), 1, 1, 1, 23, 0, 59 + full_check @b, DateTime.civil( 2010, 8, 29, 4, 39, 59), 1, 1, 1, 23, 59, 59 end end |