Remove uneeded let() in Prompter spec
This commit is contained in:
parent
9a71beefff
commit
dbb4bed4e8
@ -4,7 +4,6 @@ module Producer::Core
|
|||||||
describe Prompter do
|
describe Prompter do
|
||||||
let(:input) { StringIO.new }
|
let(:input) { StringIO.new }
|
||||||
let(:output) { StringIO.new }
|
let(:output) { StringIO.new }
|
||||||
let(:env) { Env.new(input: input, output: output) }
|
|
||||||
subject(:prompter) { Prompter.new(input, output) }
|
subject(:prompter) { Prompter.new(input, output) }
|
||||||
|
|
||||||
describe '#initialize' do
|
describe '#initialize' do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user