Sha256: 2f8ef82031fe0408c18ddbad9e1c2b86d48afe5dd648f5d55c67bf6a0d3d356e

Contents?: true

Size: 204 Bytes

Versions: 3

Compression:

Stored size: 204 Bytes

Contents

RSpec.shared_examples 'a sign in handler' do

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
simple_token_authentication-1.12.0 spec/support/spec_for_sign_in_handler_interface.rb
simple_token_authentication-1.11.0 spec/support/spec_for_sign_in_handler_interface.rb
simple_token_authentication-1.10.1 spec/support/spec_for_sign_in_handler_interface.rb