makesign / concerto2

New Rails 7 version of concerto - WIP WORK IN PROGRESS!
0 stars 0 forks source link

Migrate tests to new Superclasses #3

Open bkleinen opened 2 months ago

bkleinen commented 2 months ago

tests are not correctly organized in test/ subdirs, also, according to the devise doc, the superclass for integration and controller tests has changed: https://github.com/heartcombo/devise?tab=readme-ov-file#integration-tests

bkleinen commented 1 month ago

rubocop fixes this automatically, but causes a lot of tests to fail - this is the cop that is currently disabled which does this:

Rails/ActionControllerTestCase: Enabled: false