Method: DeepTest::Spec::WorkResult#==
- Defined in:
- lib/deep_test/spec/work_result.rb
#==(other) ⇒ Object
15 16 17 18 |
# File 'lib/deep_test/spec/work_result.rb', line 15 def ==(other) identifier == other.identifier && @error == other.instance_variable_get(:@error) end |