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

Version Path
koala-0.9.0 spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb
palidanx-koala-0.9.0 spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb
cotweet_koala-0.8.0.1 spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb
joelind-koala-0.8.4 spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb
joelind-koala-0.8.3 spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb
joelind-koala-0.8.1 spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb
koala-0.8.0 spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb
koala-0.7.4 spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb
koala-0.7.3 spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb
koala-0.7.2 spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb
koala-0.7.1 spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb
koala-0.7.0 spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb