Browse Source

Merge pull request #508 from communitiesuk/CLDC-1024-2022-23-json

Created JSON for 2022/23 collection
pull/530/head
Jon Roobottom 3 years ago committed by GitHub
parent
commit
a24400b74d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5806
      config/forms/2022_2023.json
  2. 2
      spec/lib/tasks/form_definition_validator_spec.rb

5806
config/forms/2022_2023.json

File diff suppressed because it is too large Load Diff

2
spec/lib/tasks/form_definition_validator_spec.rb

@ -12,7 +12,7 @@ RSpec.describe "form_definition" do
end end
it "runs the validate task for each form definition in the project" do it "runs the validate task for each form definition in the project" do
expect(Rake::Task["form_definition:validate"]).to receive(:invoke).exactly(4).times expect(Rake::Task["form_definition:validate"]).to receive(:invoke).exactly(5).times
task.invoke task.invoke
end end
end end

Loading…
Cancel
Save