Sha256: 0fe0594e2f088ca69132883db25b7eb0751f84e3b8ae7cae07eac63490207b49
Contents?: true
Size: 326 Bytes
Versions: 1
Compression:
Stored size: 326 Bytes
Contents
require 'spec_helper' describe Gista::TokenRequest do let(:credentials) { double('credentials', username: 'username', password: 'password') } let(:url) { 'https://username:password@api.github.com/authorizations' } let(:subject) { described_class.new(credentials) } it_should_behave_like 'API request' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gista-1.0.0 | spec/gista/token_request_spec.rb |