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
Fix Homebrew style: Use assert_path_exists instead of assert_predicate :exist?
Homebrew's style checker requires using assert_path_exists for file existence
checks instead of assert_predicate with :exist?. Keep assert_predicate only
for the :executable? checks.
0 commit comments