Skip to content

Commit e04257d

Browse files
committed
Add another hashrocket to fix compatability with earlier rubies.
1 parent a576491 commit e04257d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/controllers/controller_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,7 @@ def test_get_related_resource
17381738
type: 'people',
17391739
name: 'Joe Author',
17401740
email: 'joe@xyz.fake',
1741-
"date-joined": '2013-08-07 16:25:00 -0400',
1741+
"date-joined" => '2013-08-07 16:25:00 -0400',
17421742
links: {
17431743
self: 'http://test.host/people/1',
17441744
comments: {

0 commit comments

Comments
 (0)