test/client_test.rb in gowalla-0.5.5 vs test/client_test.rb in gowalla-0.5.6

- old
+ new

@@ -24,13 +24,9 @@ config.username = 'username' config.password = 'password' end @client = Gowalla::Client.new - - stub_get('https://username:password@api.gowalla.com/trips', 'trips.json') - trips = @client.trips - @client.username.should == 'username' end should "use HTTPS to avoid sending password in plain text" do Gowalla.configure do |config|