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