Browse Source

Further shorten the test json

pull/46/head
Kat 4 years ago committed by MadeTech Dushan
parent
commit
241c817507
  1. 1043
      config/forms/test_form.json
  2. 2
      spec/helpers/tasklist_helper_spec.rb

1043
config/forms/test_form.json

File diff suppressed because it is too large Load Diff

2
spec/helpers/tasklist_helper_spec.rb

@ -65,7 +65,7 @@ RSpec.describe TasklistHelper do
end end
it "returns the number of sections in progress" do it "returns the number of sections in progress" do
expect(get_sections_count(form, case_log, :in_progress)).to eq(3) expect(get_sections_count(form, case_log, :in_progress)).to eq(2)
end end
it "returns 0 for invalid state" do it "returns 0 for invalid state" do

Loading…
Cancel
Save