Browse Source

fix failing spec

pull/508/head
Dushan Despotovic 3 years ago
parent
commit
8c42d3201b
  1. 2
      spec/lib/tasks/form_definition_validator_spec.rb

2
spec/lib/tasks/form_definition_validator_spec.rb

@ -12,7 +12,7 @@ RSpec.describe "form_definition" do
end
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
end
end

Loading…
Cancel
Save