You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Looks like rubocop-minitest was fixed [changelog says they changed the code so it starts working on “Test” blocks] and it's calling us out on too many assertions in our tests. I moved the max Minitest/MultipleAssertions to 15 which is kind of smelly. Additionally I disabled the cop on a number of our worst violations. This is the ticket to do the work to clean up these tests.
Describe the solution you'd like
Take a good look at these tests and ensure that they are testing one thing. Also think about the setup of the tests: use the fixtures, change the config of dependencies to focus the test, don't test the dependencies.
Is your feature request related to a problem? Please describe.
Looks like rubocop-minitest was fixed [changelog says they changed the code so it starts working on “Test” blocks] and it's calling us out on too many assertions in our tests. I moved the max Minitest/MultipleAssertions to 15 which is kind of smelly. Additionally I disabled the cop on a number of our worst violations. This is the ticket to do the work to clean up these tests.
#2416
Describe the solution you'd like
Take a good look at these tests and ensure that they are testing one thing. Also think about the setup of the tests: use the fixtures, change the config of dependencies to focus the test, don't test the dependencies.
Additional context
jupiter/test/integration/oaisys_list_identifiers_test.rb
Lines 18 to 111 in 279205a
jupiter/test/integration/oaisys_list_sets_test.rb
Lines 12 to 108 in 279205a
jupiter/test/models/user_test.rb
Lines 26 to 64 in 279205a
jupiter/test/models/user_test.rb
Lines 66 to 102 in 279205a
jupiter/test/services/doi_service_test.rb
Lines 9 to 114 in 279205a
jupiter/test/services/statistics_test.rb
Lines 13 to 68 in 279205a
jupiter/test/system/admin_users_show_test.rb
Lines 34 to 108 in 279205a
jupiter/test/system/collections_pagination_and_sort_test.rb
Lines 15 to 110 in 279205a
jupiter/test/system/communities_pagination_and_sort_test.rb
Lines 16 to 114 in 279205a
jupiter/test/system/search_test.rb
Lines 112 to 198 in 279205a
jupiter/test/system/search_test.rb
Lines 218 to 260 in 279205a
jupiter/test/system/search_test.rb
Lines 290 to 340 in 279205a
jupiter/test/system/search_test.rb
Lines 342 to 435 in 279205a
The text was updated successfully, but these errors were encountered: