Sha256: ae920f536b0988470616221478c1c5f1f569e23c214fbf0487bdd38352d8d26a

Contents?: true

Size: 240 Bytes

Versions: 30

Compression:

Stored size: 240 Bytes

Contents

# encoding: utf-8

shared_examples_for 'api interface' do

  it { should respond_to :endpoint }

  it { should respond_to :site }

  it { should respond_to :user }

  it { should respond_to :repo }

  it { should respond_to :adapter }

end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
github_api-0.12.3 spec/shared/api_interface_behaviour.rb
github_api-0.12.2 spec/shared/api_interface_behaviour.rb
github_api-0.12.1 spec/shared/api_interface_behaviour.rb
github_api-0.12.0 spec/shared/api_interface_behaviour.rb
github_api-0.11.3 spec/shared/api_interface_behaviour.rb
github_api-0.11.2 spec/shared/api_interface_behaviour.rb
github_api-0.11.1 spec/shared/api_interface_behaviour.rb
github_api-0.11.0 spec/shared/api_interface_behaviour.rb
github_api-0.10.2 spec/shared/api_interface_behaviour.rb
github_api-0.10.1 spec/shared/api_interface_behaviour.rb
github_api-0.10.0 spec/shared/api_interface_behaviour.rb
github_api-0.9.7 spec/shared/api_interface_behaviour.rb
github_api-0.9.6 spec/shared/api_interface_behaviour.rb
github_api-0.9.5 spec/shared/api_interface_behaviour.rb
github_api-0.9.4 spec/shared/api_interface_behaviour.rb
github_api-0.9.3 spec/shared/api_interface_behaviour.rb
github_api-0.9.2 spec/shared/api_interface_behaviour.rb
github_api-0.9.1 spec/shared/api_interface_behaviour.rb
github_api-0.9.0 spec/shared/api_interface_behaviour.rb
github_api-0.8.11 spec/shared/api_interface_behaviour.rb