Sha256: a6d63535d23b0413b5029759dd946389eeb32802681ee8198924ba3cc0308ab7
Contents?: true
Size: 409 Bytes
Versions: 12
Compression:
Stored size: 409 Bytes
Contents
class GraphAndRestAPIWithTokenTests < Test::Unit::TestCase describe "Koala GraphAndRestAPI without an access token" do it_should_behave_like "live testing examples" it_should_behave_like "Koala RestAPI with an access token" it_should_behave_like "Koala GraphAPI with an access token" before(:each) do @api = Koala::Facebook::GraphAndRestAPI.new(@token) end end end
Version data entries
12 entries across 12 versions & 4 rubygems