# File lib/deep_test/test/work_unit.rb, line 19 19: def ==(other) 20: return false unless other.class == self.class 21: @test_case == other.instance_variable_get(:@test_case) 22: end