spec/resource_spec.rb in survey-gizmo-ruby-6.1.3 vs spec/resource_spec.rb in survey-gizmo-ruby-6.2.0
- old
+ new
@@ -247,10 +247,10 @@
let(:survey_id) { 6 }
let(:response_id) { 7 }
let(:timestamp) { '2015-01-02'.to_time(:utc) }
let(:answers) do
{
- "[question(3), option(\"10021-other\")]" => "Some other text field answer",
+ "[question(3), option(\\\"10021-other\\\")]" => "Some other text field answer",
"[question(3), option(10021)]" => "Other (required)",
"[question(5)]" => "VERY important",
"[question(6)]" => nil,
"[question(7), option(10001)]" => nil,
"[question(8)]" => false,