Sha256: 85257baa57d3ca8d9e9cc965ba69ef6855f4744e16a2a243380b3526f8b0ff56

Contents?: true

Size: 252 Bytes

Versions: 11

Compression:

Stored size: 252 Bytes

Contents

RSpec.shared_examples 'an authentication handler' do

  let(:authentication_handler) { described_class.new() }

  it 'responds to :authenticate_entity!', private: true do
    expect(authentication_handler).to respond_to :authenticate_entity!
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

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