6 lines
111 B
Ruby
6 lines
111 B
Ruby
|
module ZammadHelper
|
||
|
def json_fixture(file)
|
||
|
JSON.parse(File.read("spec/fixtures/#{file}.json"))
|
||
|
end
|
||
|
end
|