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

Version Path
github_api-0.12.3 spec/integration/gists_spec.rb
github_api-0.12.2 spec/integration/gists_spec.rb
github_api-0.12.1 spec/integration/gists_spec.rb
github_api-0.12.0 spec/integration/gists_spec.rb