Fix coding standards in Env spec
This commit is contained in:
parent
b8fd24973a
commit
dff95b2c4b
@ -15,7 +15,7 @@ module Producer::Core
|
||||
end
|
||||
|
||||
it 'assigns $stdout as the default output' do
|
||||
expect(env.instance_eval { @output } ).to eq $stdout
|
||||
expect(env.instance_eval { @output }).to eq $stdout
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user