apps/blueprint/models/epic.rb in brief-1.6.1 vs apps/blueprint/models/epic.rb in brief-1.7.0
- old
+ new
@@ -33,9 +33,12 @@
<% end %>
EOF
content do
title "h1:first-of-type"
+ paragraph "p:first-of-type"
+ paragraphs "p"
+
define_section "User Stories" do
each("h2").has(:title => "h2",
:paragraph => "p:first-of-type",
:components => "p:first-of-type strong"
)