module Docproof::Mocks::HelperMethods

Public Instance Methods

json_file(file_name) click to toggle source
# File lib/docproof/mocks/helper_methods.rb, line 4
def json_file(file_name)
  File.open(File.expand_path("fixtures/#{file_name}.json", __dir__))
end