Sha256: bbfeec919fb6d57026fc3eaf5aee2481403ed87eda8992e492fead9036b48f4a
Contents?: true
Size: 206 Bytes
Versions: 4
Compression:
Stored size: 206 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Github do after { reset_authentication_for subject } it { should respond_to :new } it { expect(subject.new).to be_a Github::Client } end # Github
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
github_api-0.12.3 | spec/github_spec.rb |
github_api-0.12.2 | spec/github_spec.rb |
github_api-0.12.1 | spec/github_spec.rb |
github_api-0.12.0 | spec/github_spec.rb |