I18n.with_locale(:fr) do
        expect(attribute_with_fallback_translation(record, attribute)).to eq "Contenu en français"

        destroy_translation(record, :fr)