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