Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
apurvis@lumoslabs.com committed Jul 6, 2016
1 parent 6f11d08 commit 96b61f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/resource_spec.rb
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 96b61f4

Please sign in to comment.