]> source.dussan.org Git - redmine.git/commitdiff
Only make sure it's a date.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 2 Jul 2016 07:53:31 +0000 (07:53 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 2 Jul 2016 07:53:31 +0000 (07:53 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15600 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/time_entry_test.rb

index 59f416c9ea8183bc689742e1a0967a082348ddcc..b86b1c53a0b2583f2235115d893b6adcf2e6a2ff 100644 (file)
@@ -122,7 +122,7 @@ class TimeEntryTest < ActiveSupport::TestCase
   def test_spent_on_with_time
     c = TimeEntry.new
     c.spent_on = Time.now
-    assert_equal Date.today, c.spent_on
+    assert_kind_of Date, c.spent_on
   end
 
   def test_validate_time_entry