From 658f418400acecf0895b73ef5de3bdbf3a92e5f6 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Mon, 14 Apr 2014 12:15:16 -0400 Subject: [PATCH] more explicit test description --- test/test_site.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_site.rb b/test/test_site.rb index a66988c5..6049c147 100644 --- a/test/test_site.rb +++ b/test/test_site.rb @@ -192,7 +192,7 @@ class TestSite < Test::Unit::TestCase assert_equal true, @site.send(:has_yaml_header?, abs_path) end - should "not read PGP keys as pages" do + should "enforce a strict 3-dash limit on the start of the YAML front-matter" do abs_path = File.expand_path("pgp.key", @site.source) assert_equal false, @site.send(:has_yaml_header?, abs_path) end