Sha256: e49647bb42d26d046f984df68ffa83234006e316d00fee9a3e26d236a158e539

Contents?: true

Size: 246 Bytes

Versions: 4

Compression:

Stored size: 246 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Github::Client::Search, 'integration' do

  after { reset_authentication_for subject }

  it_should_behave_like 'api interface'

  its(:legacy) { should be_a Github::Client::Search::Legacy }
end

Version data entries

4 entries across 4 versions & 1 rubygems

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