Commit d50dc319 authored by Mikołaj Wawrzyniak's avatar Mikołaj Wawrzyniak Committed by Piotr Skorupa

Add aggregate_failures to schema validation spec

parent 0d108a48
......@@ -82,7 +82,7 @@ RSpec.describe 'Every metric definition' do
end
context 'with value json schema' do
it 'has a valid structure' do
it 'has a valid structure', :aggregate_failures do
metric_files_with_schema.each do |key_path, metric|
structure = usage_ping.dig(*key_path.split('.').map(&:to_sym))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment