Sha256: e8b03edb0462d9ff1c1b15b16d4fbfaa1f581a8b08812647f35712a9dfa74bd0

Contents?: true

Size: 545 Bytes

Versions: 3

Compression:

Stored size: 545 Bytes

Contents

class GraphAndRestAPIWithTokenTests < Test::Unit::TestCase
  describe "Koala GraphAndRestAPI without an access token" do
    include LiveTestingDataHelper

    before(:each) do
      @api = Koala::Facebook::GraphAndRestAPI.new(@token)
    end

    it_should_behave_like "Koala RestAPI"
    it_should_behave_like "Koala RestAPI with an access token"

    it_should_behave_like "Koala GraphAPI"
    it_should_behave_like "Koala GraphAPI with an access token"
    it_should_behave_like "Koala GraphAPI with GraphCollection"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
koala-1.0.0.beta2.1 spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb
koala-1.0.0.beta2 spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb
koala-1.0.0.beta spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb