From 96b61f403c698d53c6d4883b64f9c06fa4ca0cdc Mon Sep 17 00:00:00 2001 From: "apurvis@lumoslabs.com" Date: Tue, 5 Jul 2016 22:23:39 -0400 Subject: [PATCH] style --- spec/resource_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/resource_spec.rb b/spec/resource_spec.rb index 737de79..aee27e4 100644 --- a/spec/resource_spec.rb +++ b/spec/resource_spec.rb @@ -258,7 +258,7 @@ "[question(9), option(10002)]" => '16', "[question(10), question_pipe(\"Que aplicación\")]" => "5 = Extremely important", # Sometimes surveygizmo only includes the option with the "other" answer. =( - "[question(11)]" => "Other - Please explain", + '[question(11)]' => 'Other - Please explain', '[question(11), option("10017-other")]' => 'I understood...' } end @@ -279,7 +279,7 @@ { survey_id: 1, question_id: 5, answer_text: "VERY important" }, { survey_id: 1, question_id: 8, answer_text: 'false' }, { survey_id: 1, question_id: 9, option_id: 10002 }, - { survey_id: 1, question_id: 10, question_pipe: "Que aplicación", answer_text: "5 = Extremely important" }, + { survey_id: 1, question_id: 10, question_pipe: 'Que aplicación', answer_text: '5 = Extremely important' }, { survey_id: 1, question_id: 11, option_id: 10017, other_text: "I understood..." } ]) end