debian-mirror-gitlab/qa/spec/runtime/logger_spec.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
179 B
Ruby
Raw Normal View History

2018-12-13 13:39:08 +05:30
# frozen_string_literal: true
2021-01-03 14:25:43 +05:30
RSpec.describe QA::Runtime::Logger do
2022-05-07 20:08:51 +05:30
it 'returns logger instance' do
expect(described_class.logger).to be_an_instance_of(::Logger)
2018-12-13 13:39:08 +05:30
end
end