Fix coding standards (extra lines in specs)
This commit is contained in:
parent
1b6a6f9cea
commit
bc2ab4b9fa
@ -8,7 +8,6 @@ module Uh
|
|||||||
let(:stdout) { StringIO.new }
|
let(:stdout) { StringIO.new }
|
||||||
let(:stderr) { StringIO.new }
|
let(:stderr) { StringIO.new }
|
||||||
let(:arguments) { [] }
|
let(:arguments) { [] }
|
||||||
|
|
||||||
subject(:cli) { described_class.new arguments, stdout: stdout }
|
subject(:cli) { described_class.new arguments, stdout: stdout }
|
||||||
|
|
||||||
describe '.run' do
|
describe '.run' do
|
||||||
|
@ -3,7 +3,6 @@ module Uh
|
|||||||
RSpec.describe Env do
|
RSpec.describe Env do
|
||||||
let(:output) { StringIO.new }
|
let(:output) { StringIO.new }
|
||||||
let(:logger) { Logger.new(StringIO.new) }
|
let(:logger) { Logger.new(StringIO.new) }
|
||||||
|
|
||||||
subject(:env) { described_class.new output, logger_: logger }
|
subject(:env) { described_class.new output, logger_: logger }
|
||||||
|
|
||||||
describe '#logger' do
|
describe '#logger' do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user