Sha256: 2af12a3641ec8da65695f949e09bfd4f4c7e3fe6d8226289625997a5aec8ac5a

Contents?: true

Size: 251 Bytes

Versions: 7

Compression:

Stored size: 251 Bytes

Contents

# frozen_string_literal: true

require 'rails_helper'

RSpec.describe 'Signing out' do
  it 'should redirect to the auth server'
  it 'should pass the root url as a param to the redirect'
  it 'should not allow the user to access protected pages'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
devise_g5_authenticatable-1.0.3 spec/features/sign_out_spec.rb
devise_g5_authenticatable-1.0.2.rc.3 spec/features/sign_out_spec.rb
devise_g5_authenticatable-1.0.2.rc.2 spec/features/sign_out_spec.rb
devise_g5_authenticatable-1.0.2.rc.1 spec/features/sign_out_spec.rb
devise_g5_authenticatable-1.0.1.rc.1 spec/features/sign_out_spec.rb
devise_g5_authenticatable-1.0.0 spec/features/sign_out_spec.rb
devise_g5_authenticatable-1.0.0.pre.1 spec/features/sign_out_spec.rb