summaryrefslogtreecommitdiff
path: root/spec/serializers/test_report_entity_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/serializers/test_report_entity_spec.rb')
-rw-r--r--spec/serializers/test_report_entity_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/serializers/test_report_entity_spec.rb b/spec/serializers/test_report_entity_spec.rb
index 5913d1c0208..549b14c04dc 100644
--- a/spec/serializers/test_report_entity_spec.rb
+++ b/spec/serializers/test_report_entity_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe TestReportEntity do
+RSpec.describe TestReportEntity do
let(:pipeline) { create(:ci_pipeline, :with_test_reports) }
let(:entity) { described_class.new(pipeline.test_reports) }