Sha256: e04c39902b50557eb05e736b848c3da63673f592b42ef575494dbd7f11859b47

Contents?: true

Size: 204 Bytes

Versions: 8

Compression:

Stored size: 204 Bytes

Contents

RSpec.shared_examples 'a sign in handler' do

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

  it 'responds to :sign_in', private: true do
    expect(sign_in_hanlder).to respond_to :sign_in
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
simple_token_authentication-1.10.0 spec/support/spec_for_sign_in_handler_interface.rb
simple_token_authentication-1.9.1 spec/support/spec_for_sign_in_handler_interface.rb
simple_token_authentication-1.9.0 spec/support/spec_for_sign_in_handler_interface.rb
simple_token_authentication-1.8.0 spec/support/spec_for_sign_in_handler_interface.rb
stn-simple_token_authentication-1.7.1 spec/support/spec_for_sign_in_handler_interface.rb
simple_token_authentication-1.7.0 spec/support/spec_for_sign_in_handler_interface.rb
simple_token_authentication-1.6.0 spec/support/spec_for_sign_in_handler_interface.rb
simple_token_authentication-1.5.2 spec/support/spec_for_sign_in_handler_interface.rb