Install Rails' authentication generator #142

Merged
bustikiller merged 6 commits from authentication into main 2024-11-29 19:44:50 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit b215e8a3b4 - Show all commits

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
require 'swagger_helper' require 'swagger_helper'
RSpec.describe 'passwords', type: :request do RSpec.describe 'passwords', type: :request do

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
require 'swagger_helper' require 'swagger_helper'
RSpec.describe 'sessions', type: :request do RSpec.describe 'sessions', type: :request do