Closed Fryguy closed 4 years ago
We've likely not seen this in production because the rescue was catching the missing method and then just moving on.
lib/manageiq/smartstate/util.rb
%w
-literals should be delimited by [
and ]
.spec/metadata/util/win32/Win32Software_spec.rb
Win32Software_spec.rb
) should use snake_case.
@chessbyte Please review.
I noticed this when going through the manageiq-gems-pending removals, and stumbled on https://github.com/ManageIQ/manageiq-gems-pending/pull/472. However the search in that PR was incorrect as it wasn't searching the whole org. When I searched the whole org I noticed these 2 callers of base24Decode.
This PR puts the base24_decode code back, and then fixes the callers which were actually broken, adding specs along the way.