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