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.8.10 spec/shared/api_interface_behaviour.rb
github_api-0.8.9 spec/shared/api_interface_behaviour.rb
github_api-0.8.8 spec/shared/api_interface_behaviour.rb
github_api-0.8.7 spec/shared/api_interface_behaviour.rb
github_api-0.8.6 spec/shared/api_interface_behaviour.rb
github_api-0.8.5 spec/shared/api_interface_behaviour.rb
github_api-0.8.4 spec/shared/api_interface_behaviour.rb
github_api-0.8.3 spec/shared/api_interface_behaviour.rb
github_api-0.8.2 spec/shared/api_interface_behaviour.rb
github_api-0.8.1 spec/shared/api_interface_behaviour.rb