module ImageDiff::Differ

Diff YAML files

Public Instance Methods

reference_file() click to toggle source

TODO: Move this code smell

# File lib/image_diff/differ/differ.rb, line 9
def reference_file
  path_and_filename.sub(%r{^[^/]*}, 'reference')
end