spec/support/fork_helper.rb in rack-dev-mark-0.7.5 vs spec/support/fork_helper.rb in rack-dev-mark-0.7.6
- old
+ new
@@ -9,8 +9,9 @@
write.close
end
Process.waitpid2 pid
res = Marshal.load(read)
example.example.send :set_exception, res if res && res.to_s != ''
+ example.instance_variable_set('@executed', true)
read.close
end
end