Sha256: 09d8f0b95cb29741fa1409edc27de135eb8b055cb03896087aa0376e12bb82ff
Contents?: true
Size: 285 Bytes
Versions: 13
Compression:
Stored size: 285 Bytes
Contents
RSpec.shared_examples 'a token authentication handler' do let(:token_authentication_handler) { described_class } it 'responds to :handle_token_authentication_for', private: true do expect(token_authentication_handler).to respond_to :handle_token_authentication_for end end
Version data entries
13 entries across 13 versions & 2 rubygems