Skip to content

Commit

Permalink
Fix missing lvar
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Feb 11, 2014
1 parent c868031 commit ca66cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/io_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
it "pumps all output" do
process = echo

out = Tempfile.new("pump-#{i}")
out = Tempfile.new("pump")

begin
process.io.stdout = out
Expand Down

0 comments on commit ca66cd5

Please sign in to comment.