trabajo-afectivo/spec/support/otrs_import_json_fixture_helper.rb

6 lines
111 B
Ruby
Raw Normal View History

module ZammadHelper
def json_fixture(file)
JSON.parse(File.read("spec/fixtures/#{file}.json"))
end
end