Sha256: 1db0c7f1be3f923382d7118f69ce2aa4034834c7fb19f6d409bef3a699139b22

Contents?: true

Size: 329 Bytes

Versions: 4

Compression:

Stored size: 329 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

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

  after { reset_authentication_for subject }

  it_should_behave_like 'api interface'

  its(:members) { should be_a Github::Client::Orgs::Members }

  its(:teams)   { should be_a Github::Client::Orgs::Teams }

end # Github::Client::Orgs

Version data entries

4 entries across 4 versions & 1 rubygems

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