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?