Sha256: 5247480b30bf8c4921b6c86f99f8ba519486d4c4cdcdd96763450a2806ff9134

Contents?: true

Size: 312 Bytes

Versions: 1

Compression:

Stored size: 312 Bytes

Contents

require 'test_helper'

class ConnectionsTest < Totter::TestCase
  def test_find_connection_friends
    stub_request(:post, 'http://localhost:5000/v1/connections/1234/find_friends').to_return(:status => 200, :body => "{}")
    assert_equal Hashie::Mash.new, local_client.find_connection_friends('1234')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
totter-0.4.4 test/totter/client/connections_test.rb