eBooru/test
Earlopain 982568a603
[Users] Fix unexpected error on creation with duplicate name
find_by_name is not the same as find_by(name:), it is overwritten in the model class.
Luckily there was still a db constraint preventing the name, which is
why the error was raised.
2022-10-20 18:07:16 +02:00
..
controllers
factories
files
fixtures
functional [Users] Fix unexpected error on creation with duplicate name 2022-10-20 18:07:16 +02:00
helpers
mailers/previews
models
test_helpers
unit [Cleanup] Remove more pool post set code 2022-10-19 18:15:00 +02:00
test_helper.rb