test/client_test.rb in gowalla-0.5.7 vs test/client_test.rb in gowalla-0.5.8
- old
+ new
@@ -2,10 +2,10 @@
class ClientTest < Test::Unit::TestCase
context "When using the Gowalla API" do
setup do
- @client = gowalla_test_client
+ @client = gowalla_basic_client
end
end
context "when accessing the API anonymously" do
should "send requests unencrypted over plain HTTP" do