Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added placeholder for HTTPService tests with Faraday, and updated the…
… change log.
  • Loading branch information
arsduo committed Aug 4, 2011
1 parent 057ebd1 commit dab0334
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
@@ -1,3 +1,16 @@
v1.2
New methods:
--
Updated methods:
-- put_picture now accepts URLs to images (thanks, marcgg!)
Internal improvements:
-- Koala now uses Faraday to make requests, replacing the HTTPServices (see wiki)
Testing improvements:
-- Live test suites now run against test users by default
-- Test suite can be repeatedly run live without having to update facebook_data.yml
-- OAuth code and session key tests cannot be run against test users


v1.1
New methods:
-- Added Batch API support (thanks, seejohnrun and spiegela!)
Expand Down
6 changes: 6 additions & 0 deletions spec/cases/http_service_spec.rb
@@ -0,0 +1,6 @@
require 'spec_helper'


describe "Koala::HTTPService" do
it "needs new tests for Faraday"
end

0 comments on commit dab0334

Please sign in to comment.