fix bug in test runner

This commit is contained in:
Chris Eppstein 2011-06-11 12:11:00 -07:00
parent ecd1efdea4
commit b3ed3705c9

View File

@ -76,7 +76,7 @@ When /^I run in a separate process: compass ([^\s]+) ?(.+)?$/ do |command, args|
file.puts $stdout.string
end
open('/tmp/last_error.compass_test.txt', 'w') do |file|
file.puts @stderr.string
file.puts $stderr.string
end
exit!
end