# File lib/deep_test/spec/work_result.rb, line 15
15:       def ==(other)
16:         identifier == other.identifier && 
17:             @error == other.instance_variable_get(:@error) 
18:       end