Sha256: c042dc4efe629529fb6ad535a5cc9f038161d1338ac9d8dd1afe2c39baddd928

Contents?: true

Size: 378 Bytes

Versions: 4

Compression:

Stored size: 378 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Github::Client::Users, 'integration' do

  after { reset_authentication_for subject }

  it_should_behave_like 'api interface'

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

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
github_api-0.12.3 spec/integration/users_spec.rb
github_api-0.12.2 spec/integration/users_spec.rb
github_api-0.12.1 spec/integration/users_spec.rb
github_api-0.12.0 spec/integration/users_spec.rb