Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qa/spec/specs/allure_report_spec.rb')
-rw-r--r--qa/spec/specs/allure_report_spec.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/qa/spec/specs/allure_report_spec.rb b/qa/spec/specs/allure_report_spec.rb
index 06b09106140..86ceaf51cbb 100644
--- a/qa/spec/specs/allure_report_spec.rb
+++ b/qa/spec/specs/allure_report_spec.rb
@@ -76,9 +76,10 @@ describe QA::Runtime::AllureReport do
end
it 'adds rspec and metadata formatter' do
+ expect(rspec_config).to have_received(:add_formatter).with(
+ QA::Support::Formatters::AllureMetadataFormatter
+ ).ordered
expect(rspec_config).to have_received(:add_formatter).with(AllureRspecFormatter).ordered
- expect(rspec_config).to have_received(:add_formatter)
- .with(QA::Support::Formatters::AllureMetadataFormatter).ordered
end
it 'configures attachments saving' do