Class: Pact::TextDiffer

Inherits:
Object
  • Object
show all
Extended by:
Matchers
Defined in:
lib/pact/shared/text_differ.rb

Constant Summary

Constants included from Matchers

Matchers::DEFAULT_OPTIONS, Matchers::NO_DIFF, Matchers::NO_DIFF_AT_INDEX

Class Method Summary collapse

Methods included from Matchers

diff, type_diff

Class Method Details

.call(expected, actual, options = {}) ⇒ Object



9
10
11
# File 'lib/pact/shared/text_differ.rb', line 9

def self.call expected, actual, options = {}
  diff expected, actual, options
end