Browse Source

Add comment

pull/192/head
baarkerlounger 3 years ago
parent
commit
72afd6e45d
  1. 2
      spec/views/form/page_view_spec.rb

2
spec/views/form/page_view_spec.rb

@ -31,6 +31,8 @@ RSpec.describe "form/page" do
end
after do
# Revert any changes we've made to avoid affecting other specs as the form,
# subsection, page, question objects being acted on are in memory
assign_attributes(question, initial_attribs)
end

Loading…
Cancel
Save