Fix coding standards (extra lines in specs)

This commit is contained in:
Thibault Jouan
2015-04-08 17:19:18 +00:00
parent 1b6a6f9cea
commit bc2ab4b9fa
2 changed files with 0 additions and 2 deletions

View File

@@ -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