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

Version Path
simple_token_authentication-1.14.0 spec/support/specs_for_token_authentication_handler_interface.rb
simple_token_authentication-1.13.0 spec/support/specs_for_token_authentication_handler_interface.rb
simple_token_authentication-1.12.0 spec/support/specs_for_token_authentication_handler_interface.rb
simple_token_authentication-1.11.0 spec/support/specs_for_token_authentication_handler_interface.rb
simple_token_authentication-1.10.1 spec/support/specs_for_token_authentication_handler_interface.rb
simple_token_authentication-1.10.0 spec/support/specs_for_token_authentication_handler_interface.rb
simple_token_authentication-1.9.1 spec/support/specs_for_token_authentication_handler_interface.rb
simple_token_authentication-1.9.0 spec/support/specs_for_token_authentication_handler_interface.rb
simple_token_authentication-1.8.0 spec/support/specs_for_token_authentication_handler_interface.rb
stn-simple_token_authentication-1.7.1 spec/support/specs_for_token_authentication_handler_interface.rb
simple_token_authentication-1.7.0 spec/support/specs_for_token_authentication_handler_interface.rb
simple_token_authentication-1.6.0 spec/support/specs_for_token_authentication_handler_interface.rb
simple_token_authentication-1.5.2 spec/support/specs_for_token_authentication_handler_interface.rb