From 92bf78724396ac0e89dd1281f6315b3f1805b569 Mon Sep 17 00:00:00 2001 From: Jose Luis Salas Date: Fri, 19 Jul 2024 14:50:36 +0200 Subject: [PATCH] Add more acceptance tests for real dumps --- spec/triki_spec.cr | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/triki_spec.cr b/spec/triki_spec.cr index ca29348..212bc1e 100644 --- a/spec/triki_spec.cr +++ b/spec/triki_spec.cr @@ -743,6 +743,7 @@ describe Triki do it "obfuscates with fixed string" do output_string.should_not contain("vghbdj54-gbh=nj@%^gvbcd") + output_string.should contain("SOME_FIXED_PASSWORD_FOR_EASE_OF_DEBUGGING") end it "obfuscates with a lambda string output" do