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
Avoid update_attribute in SchoolVerificationService spec
Now that we're passing a `School` instance to
`SchoolVerificationService` we can get rid of the use of
`#update_attribute` which RuboCop complains about.
0 commit comments