Sha256: 967a715ee746d7998114d29054ad3f1546e55babc920de25366628e6a04be80f
Contents?: true
Size: 257 Bytes
Versions: 8
Compression:
Stored size: 257 Bytes
Contents
module FakeJsonHelper def fake_json(method, path, file_path) FakeWeb.register_uri( method, File.join(FbGraph::ROOT_URL, path), :body => File.read(File.join(File.dirname(__FILE__), '../fake_json', "#{file_path}.json")) ) end end
Version data entries
8 entries across 8 versions & 1 rubygems