Sha256: 1b27c82cd8ae0fc23c62caef29a31c01e0bae316af667d87087c6ad9999aff6a
Contents?: true
Size: 504 Bytes
Versions: 3
Compression:
Stored size: 504 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" it_should_behave_like "Koala RestAPI without an access token" it_should_behave_like "Koala GraphAPI" it_should_behave_like "Koala GraphAPI without an access token" it_should_behave_like "Koala GraphAPI with GraphCollection" end end
Version data entries
3 entries across 3 versions & 1 rubygems