ruby on rails - YAML File has a syntax error, but it looks like it has the same format as another one that is working? -
i have 2 yaml files similar formats, 1 running , other not running when run integration tests on rails app. here first yaml file doesn't work: prince_edward_island: name: 'prince edward island' country: 'canada' nova_scotia: name: 'nova scotia' country: 'canada' newfoundland: name: 'newfoundland' country: 'canada' new_brunswick: name: 'new brunswick' country: 'canada' quebec: name: 'quebec' country: 'canada' manitoba: name: 'manitoba' country: 'canada' alberta: name: 'alberta' country: 'canada' ontario: name: 'ontario' country: 'canada' british_columbia: 'canada' name: 'british columbia' country: 'canada' saskatchewan: 'canada' name: 'saskatchewan' country: 'canada' here second yaml file work: student_advisor_message: body: 'this mes...