Sha256: 14893eb63af9917bfc74ca69ac3bbfb386ac38bb48cebdbab670493f4b247adf
Contents?: true
Size: 252 Bytes
Versions: 4
Compression:
Stored size: 252 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Github::Client::Gists do after { reset_authentication_for subject } it_should_behave_like 'api interface' its(:comments) { should be_a Github::Client::Gists::Comments } end # Github::Gists
Version data entries
4 entries across 4 versions & 1 rubygems