apps/blueprint/models/persona.rb in brief-1.12.4 vs apps/blueprint/models/persona.rb in brief-1.12.5

- old
+ new

@@ -11,9 +11,9 @@ content do title "h1:first-of-type" summary "p:first-of-type" define_section("Requirements") do - each(:li).has(:content => "li") + each("li").has(:content => "p") end end end