Add spanish locales and gravatar options

This commit is contained in:
2026-03-09 11:17:25 -05:00
parent 2711edb167
commit 4e1d3bd052
32 changed files with 640 additions and 106 deletions
@@ -0,0 +1,14 @@
require 'rails_helper'
RSpec.describe 'Applications', type: :controller do
subject { ApplicationController.new }
describe 'after_sign_in_path_for' do
it 'returns the user path if the resource is user' do
result = subject.after_sign_in_path_for('user')
binding.pry
end
end
end