Fix coding standards in Env spec

This commit is contained in:
Thibault Jouan 2013-08-07 01:22:12 +00:00
parent b8fd24973a
commit dff95b2c4b

View File

@ -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