Sha256: 020d05f9853f35806a17d8fa327b45b9e316fa038a32f08cb7aa9dbc8098adcc
Contents?: true
Size: 393 Bytes
Versions: 2
Compression:
Stored size: 393 Bytes
Contents
class GraphAndRestAPIWithTokenTests < Test::Unit::TestCase describe "Koala GraphAndRestAPI without an access token" do include LiveTestingDataHelper 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
koala-0.10.0 | spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb |
koala-0.9.1 | spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb |