Sha256: ff016cf9e428e1a8ac54b0dad5562d2b7f8ffe33cf33ebb3aa2956ccb874ff0c
Contents?: true
Size: 190 Bytes
Versions: 3
Compression:
Stored size: 190 Bytes
Contents
require 'rails_helper' RSpec.describe ProxyAuth::Connection do describe '#service_token' do it 'gets the token' do expect(subject.service_token).not_to be_nil end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
proxy_auth-0.0.6 | spec/proxy_auth/connection_spec.rb |
proxy_auth-0.0.5 | spec/proxy_auth/connection_spec.rb |
proxy_auth-0.0.4 | spec/proxy_auth/connection_spec.rb |