Update for `Time#inspect`

Since ruby/ruby@5208c431be, `Time#inspect` is separated from
`Time#to_s`, and the former may contain the fraction part now.
This commit is contained in:
Nobuyoshi Nakada 2019-09-21 16:57:24 +09:00
parent 2bd56a1e7c
commit dbb9833ef7
No known key found for this signature in database
GPG Key ID: 4BC7D6DF58D8DF60
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class CoreTest < ActiveRecord::TestCase
title: "The First Topic",
author_name: "David",
author_email_address: "david@loudthinking.com",
written_on: 2003-07-16 14:28:11 UTC,
written_on: 2003-07-16 14:28:11(?:\.2233)? UTC,
bonus_time: 2000-01-01 14:28:00 UTC,
last_read: Thu, 15 Apr 2004,
content: "Have a nice day",