Method: Spec::Example::ExampleMethods::Identifier#eql?
- Defined in:
- lib/deep_test/spec/extensions/example_methods.rb
#eql?(other) ⇒ Boolean
20 21 22 23 24 25 |
# File 'lib/deep_test/spec/extensions/example_methods.rb', line 20 def eql?(other) File.basename(file) == File.basename(other.file) && line == other.line && group_description == other.group_description && description == other.description end |