From cf5212ac4f013f65af0a3855e50017b3abd8cb25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Thu, 4 Aug 2011 21:57:20 +0200 Subject: fix age specs --- spec/age_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1-2-g2b99