Created by: jcrossley3
In the interest of being able to pass Example's to a Reporter over DRb, we introduce an array to contain passing_examples (as set difference using equality-by-identity is no longer valid). We also use the Example's metadata[:execution_result][:run_time] to report elapsed time.