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