This repository was archived by the owner on Nov 28, 2022. It is now read-only.
forked from ritxi/warden_login
-
Notifications
You must be signed in to change notification settings - Fork 0
fcm-digital/warden_login
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# Gemfile
gem 'warden_login', github: 'ritxi/warden_login'
# spec_helper.rb
require 'warden_login'
# requests/my_spec.rb
let(:user) { create(:user) }
before { signin_as(user) }
it 'is signed in' do
visit admin_path
end
it 'is signed in and signed out' do
signin_as(user) do
visit admin_path
end
end
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Ruby 100.0%