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