Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 70ec57a

Browse files
author
keegan
committed
Quote "yes" and "no" values to prevent them from being interpreted as boolean.
git-svn-id: http://svn.pdxruby.org/repos/www/trunk@231 f0fbaf97-c700-0410-a5eb-8ea856f8537e
1 parent 775a788 commit 70ec57a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/fixtures/participants.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ first:
22
id: 1
33
member_id: 1
44
event_id: 1
5-
attending: yes
5+
attending: "yes"
66

77
another:
88
id: 2
99
member_id: 2
1010
event_id: 2
11-
attending: no
11+
attending: "no"
1212

1313
one_more:
1414
id: 3
1515
member_id: 3
1616
event_id: 2
17-
attending: yes
17+
attending: "yes"

0 commit comments

Comments
 (0)