Sha256: 8d284e2b41886b73e7a3b1cdd7677451a451095e904c4c7c68058b796709c93e
Contents?: true
Size: 354 Bytes
Versions: 14
Compression:
Stored size: 354 Bytes
Contents
class GraphAndRestAPINoTokenTests < Test::Unit::TestCase describe "Koala GraphAndRestAPI without an access token" do before(:each) do @api = Koala::Facebook::GraphAndRestAPI.new end it_should_behave_like "Koala RestAPI without an access token" it_should_behave_like "Koala GraphAPI without an access token" end end
Version data entries
14 entries across 14 versions & 4 rubygems