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