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

@ -8,7 +8,6 @@ module Uh
let(:stdout) { StringIO.new }
let(:stderr) { StringIO.new }
let(:arguments) { [] }
subject(:cli) { described_class.new arguments, stdout: stdout }
describe '.run' do

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