Sha256: 038adbd1ac16871e0e59503608c2545505a645fabd37a082e0bbeb99ba41a240

Contents?: true

Size: 346 Bytes

Versions: 24

Compression:

Stored size: 346 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Github::Users, 'integration' do

  after { reset_authentication_for subject }

  it_should_behave_like 'api interface'

  its(:emails)    { should be_a Github::Users::Emails }

  its(:followers) { should be_a Github::Users::Followers }

  its(:keys)      { should be_a Github::Users::Keys }
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
github_api-0.8.6 spec/github/users/users_spec.rb
github_api-0.8.5 spec/github/users/users_spec.rb
github_api-0.8.4 spec/github/users/users_spec.rb
github_api-0.8.3 spec/github/users/users_spec.rb