Open jduepmeier opened 4 years ago
I want to test a sensitive value with a regex pattern:
is_expected.to contain_file('/namevar').with({ content: sensitive(%r{.+-blubb-.+}}), })
Is it possible to allow this?
I want to test a sensitive value with a regex pattern:
Is it possible to allow this?