Fix coding standards (specs)

This commit is contained in:
Thibault Jouan 2015-04-21 11:44:49 +00:00
parent ae3d78497f
commit ff2fc8d70d

View File

@ -129,7 +129,8 @@ module Uh
describe '#log_logger_level' do
it 'logs the logger level' do
expect(env.logger).to receive(:info).with /log.+(warn|info|debug).+level/i
expect(env.logger)
.to receive(:info).with /log.+(warn|info|debug).+level/i
env.log_logger_level
end
end