# File lib/deep_test/spec/extensions/example_methods.rb, line 20
20:         def eql?(other)
21:           File.basename(file) == File.basename(other.file) && 
22:                          line == other.line &&
23:             group_description == other.group_description &&
24:                   description == other.description
25:         end