Class: SuperDiff::RSpec::Differs::CollectionIncluding

Inherits:
Differs::Array show all
Defined in:
lib/super_diff/rspec/differs/collection_including.rb

Class Method Summary collapse

Methods inherited from Differs::Base

#call

Class Method Details

.applies_to?(expected, actual) ⇒ Boolean



5
6
7
8
# File 'lib/super_diff/rspec/differs/collection_including.rb', line 5

def self.applies_to?(expected, actual)
  SuperDiff::RSpec.a_collection_including_something?(expected) &&
    actual.is_a?(::Array)
end