Sha256: 7b55aecabf12a4588343c2762854c1cf2cab43a0df2f97ca64babb6ee6df8c4e

Contents?: true

Size: 364 Bytes

Versions: 8

Compression:

Stored size: 364 Bytes

Contents

require 'spec_helper'

describe Vertebrae::API do

  subject { described_class.new(options) }

  it { described_class.included_modules.should include Vertebrae::Request }

  describe 'dummy' do
    describe 'should delegate to the client class' do
      specify{ Dummy.new.should respond_to(:api)  }
      specify{ Dummy.should respond_to(:api) }
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
vertebrae-0.2.8 spec/api_spec.rb
vertebrae-0.2.7 spec/api_spec.rb
vertebrae-0.2.6 spec/api_spec.rb
vertebrae-0.2.5 spec/api_spec.rb
vertebrae-0.2.4 spec/api_spec.rb
vertebrae-0.2.2 spec/api_spec.rb
vertebrae-0.2.1 spec/api_spec.rb
vertebrae-0.2.0 spec/api_spec.rb