Sha256: 413657f3527ffbe91c1936bedb12c9bce5f97330a118e3dd8e424d48019e8666

Contents?: true

Size: 621 Bytes

Versions: 17

Compression:

Stored size: 621 Bytes

Contents

require 'koala_spec_helper'
require 'mock_http_service'

# Runs Koala specs using stubs for HTTP requests
#
# Valid OAuth token and code are not necessary to run these
# specs.  Because of this, specs do not fail due to Facebook
# imposed rate-limits or server timeouts. 
# 
# However as a result they are more brittle since
# we are not testing the latest responses from the Facebook servers.
# Therefore, to be certain all specs pass with the current 
# Facebook services, run koala_spec_without_mocks.rb.


Koala.http_service = Koala::MockHTTPService

$testing_data = Koala::MockHTTPService::TEST_DATA

Version data entries

17 entries across 17 versions & 4 rubygems

Version Path
koala-1.0.0.beta2.1 spec/koala_spec.rb
koala-1.0.0.beta2 spec/koala_spec.rb
koala-1.0.0.beta spec/koala_spec.rb
koala-0.10.0 spec/koala_spec.rb
koala-0.9.1 spec/koala_spec.rb
koala-0.9.0 spec/koala_spec.rb
palidanx-koala-0.9.0 spec/koala_spec.rb
cotweet_koala-0.8.0.1 spec/koala_spec.rb
joelind-koala-0.8.4 spec/koala_spec.rb
joelind-koala-0.8.3 spec/koala_spec.rb
joelind-koala-0.8.1 spec/koala_spec.rb
koala-0.8.0 spec/koala_spec.rb
koala-0.7.4 spec/koala_spec.rb
koala-0.7.3 spec/koala_spec.rb
koala-0.7.2 spec/koala_spec.rb
koala-0.7.1 spec/koala_spec.rb
koala-0.7.0 spec/koala_spec.rb