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