Sha256: f12e3bb2e2da0f491c19e1b92823527e61811d970b9499779498245de15129ef
Contents?: true
Size: 358 Bytes
Versions: 19
Compression:
Stored size: 358 Bytes
Contents
require 'spec_helper' require 'yaml' describe SoarAuthenticationToken::TokenValidator do subject { SoarAuthenticationToken::TokenValidator } it 'has a version number' do expect(SoarAuthenticationToken::VERSION).not_to be nil end #TODO testing to ensure that it can instantiate the providers, but otherwise there is not much here to test. end
Version data entries
19 entries across 19 versions & 1 rubygems