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/runtime/logger_spec.rb')
-rw-r--r--qa/spec/runtime/logger_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/spec/runtime/logger_spec.rb b/qa/spec/runtime/logger_spec.rb
index f0fcfa0564e..652037a7041 100644
--- a/qa/spec/runtime/logger_spec.rb
+++ b/qa/spec/runtime/logger_spec.rb
@@ -2,6 +2,6 @@
RSpec.describe QA::Runtime::Logger do
it 'returns logger instance' do
- expect(described_class.logger).to be_an_instance_of(::Logger)
+ expect(described_class.logger).to be_an_instance_of(ActiveSupport::Logger)
end
end