mirror of https://github.com/rails/rails
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:
parent
2bd56a1e7c
commit
dbb9833ef7
|
@ -78,7 +78,7 @@ class CoreTest < ActiveRecord::TestCase
|
||||||
title: "The First Topic",
|
title: "The First Topic",
|
||||||
author_name: "David",
|
author_name: "David",
|
||||||
author_email_address: "david@loudthinking.com",
|
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,
|
bonus_time: 2000-01-01 14:28:00 UTC,
|
||||||
last_read: Thu, 15 Apr 2004,
|
last_read: Thu, 15 Apr 2004,
|
||||||
content: "Have a nice day",
|
content: "Have a nice day",
|
||||||
|
|
Loading…
Reference in New Issue