test/facebook_cache_test.rb in mmangino-facebooker-1.0.8 vs test/facebook_cache_test.rb in mmangino-facebooker-1.0.10

- old
+ new

@@ -1,9 +1,10 @@ require File.dirname(__FILE__) + '/test_helper.rb' class FacebookCacheTest < Test::Unit::TestCase def setup @session = Facebooker::Session.create('apikey', 'secretkey') + Facebooker.use_curl=false end def test_can_ask_facebook_to_store_fbml_in_a_named_reference expect_http_posts_with_responses(example_set_ref_handle_xml) assert(@session.server_cache.set_ref_handle('a_handle_name', '<h2>Some FBML</h2>')) \ No newline at end of file