aboutsummaryrefslogtreecommitdiff
path: root/spec/practical/not_xml_spec.cr
diff options
context:
space:
mode:
Diffstat (limited to 'spec/practical/not_xml_spec.cr')
-rw-r--r--spec/practical/not_xml_spec.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/practical/not_xml_spec.cr b/spec/practical/not_xml_spec.cr
index 4d87481..94ac747 100644
--- a/spec/practical/not_xml_spec.cr
+++ b/spec/practical/not_xml_spec.cr
@@ -125,7 +125,7 @@ end
# Adapted from: https://bodil.lol/parser-combinators/
-describe "markup language similar to XML" do
+describe "markup language similar to XML", tags: "example" do
expected_value = Element.new(
"top",
[Attribute.new("label", "Top")],