Sha256: 5f3f788b210327f79af7669c086027be63458abed84adc05a0b668e43acd0bfa

Contents?: true

Size: 231 Bytes

Versions: 13

Compression:

Stored size: 231 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Github do
  after {
    subject.reset!
    reset_authentication_for subject
  }

  it { should respond_to :new }

  it { expect(subject.new).to be_a Github::Client }

end # Github

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
github_api-0.11.3 spec/github_spec.rb
github_api-0.11.2 spec/github_spec.rb
github_api-0.11.1 spec/github_spec.rb
github_api-0.11.0 spec/github_spec.rb
github_api-0.10.2 spec/github_spec.rb
github_api-0.10.1 spec/github_spec.rb
github_api-0.10.0 spec/github_spec.rb
github_api-0.9.7 spec/github_spec.rb
github_api-0.9.6 spec/github_spec.rb
github_api-0.9.5 spec/github_spec.rb
github_api-0.9.4 spec/github_spec.rb
github_api-0.9.3 spec/github_spec.rb
github_api-0.9.2 spec/github_spec.rb