Fix coding standards (extra lines in specs)
This commit is contained in:
@@ -3,7 +3,6 @@ module Uh
|
||||
RSpec.describe Env do
|
||||
let(:output) { StringIO.new }
|
||||
let(:logger) { Logger.new(StringIO.new) }
|
||||
|
||||
subject(:env) { described_class.new output, logger_: logger }
|
||||
|
||||
describe '#logger' do
|
||||
|
Reference in New Issue
Block a user