Spent too long with this.

This commit is contained in:
2024-12-04 17:55:36 +00:00
parent 7f2275c40e
commit d8074f4b62
3 changed files with 8 additions and 3 deletions

View File

@@ -14,6 +14,6 @@ class CafTest < ActiveSupport::TestCase
end
test "yaml file is valid" do
ymal = YAML.load_file('config/caf_text.yml')
ymal = YAML.load_file('config/caf_text.yml ')
end
end