module RSpec::GoldenFiles
Constants
- VERSION
Public Instance Methods
match_golden_file(filename, file_reader_type: 'simple', template_vars: {})
click to toggle source
# File lib/rspec-golden-files.rb, line 118 def match_golden_file(filename, file_reader_type: 'simple', template_vars: {}) RSpec::GoldenFiles::GoldenFilesMatcher.new(filename, file_reader_type, template_vars) end