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
When/if we encounter this situation, is this the correct logic to implement?
if user_profiles.empty?
describe 'There are no oracle user profiles, therefore this control is N/A' do
skip 'There are no oracle user profiles, therefore this control is N/A'
end
end
The text was updated successfully, but these errors were encountered:
When/if we encounter this situation, is this the correct logic to implement?
if user_profiles.empty?
describe 'There are no oracle user profiles, therefore this control is N/A' do
skip 'There are no oracle user profiles, therefore this control is N/A'
end
end
The text was updated successfully, but these errors were encountered: