summaryrefslogtreecommitdiff
path: root/spec/paragraph_spec.rb
AgeCommit message (Expand)Author
2022-08-09resolves #2298 only indent text that starts at left margin (PR #2302)Dan Allen
2022-05-15resolves #2173 apply top line height padding to first line of text when text ...Dan Allen
2022-04-28resolves #2095 separate align and text-align keys in theme schema and update ...Dan Allen
2022-04-28verify that caption text align defaults to value of caption alignDan Allen
2022-04-19rename prose-inner-text-indent theme key to prose-text-indent-inner (PR #2057)Dan Allen
2022-04-18resolves #2054 rename blockquote category key in theme to quote (PR #2055)Dan Allen
2022-04-18resolves #2034 only indent inner paragraph if prose-inner-text-indent key is ...Dan Allen
2022-04-16resolves #2032 allow theme to control line height for blocks using line-heigh...Dan Allen
2022-04-15resolves #2031 change lead category in theme to built-in role named lead (PR ...Dan Allen
2022-04-15resolves #483 support role on paragraph to allow theme to control font proper...Dan Allen
2022-04-15add support for line-height property on lead role as documentedDan Allen
2021-05-05verify prose_margin_inner is used even when prose_text_indent is 0Dan Allen
2021-02-15verify caption use base align (as symbol) when align key is set to inherit by...Dan Allen
2020-04-06add bulk test for block IDDan Allen
2020-04-04move renaming abstract tests to abstract tests fileDan Allen
2020-02-16resolves #1557 fix spacing after first line of indented paragraph (PR #1558)Dan Allen
2020-02-14add test for id on paragraphDan Allen
2020-02-14add test for title on paragraphDan Allen
2019-12-04fix test failures in JRubyDan Allen
2019-12-03add and customize dedicated linter rules for rspecDan Allen
2019-12-03enforce magic comment for frozen string literalDan Allen
2019-12-02fix lint errors in test suiteDan Allen
2019-11-12use same height throughout abstractDan Allen
2019-08-20fix test to verify newlines and whitespace are normalized in paragraph and no...Dan Allen
2019-08-04honor text alignment role on abstract paragraph(s)Dan Allen
2019-07-04remove trailing space in source [skip ci]Dan Allen
2019-07-02shorten text-alignment attribute to text-align and add testDan Allen
2019-06-25add lorem ipsum helper with backend data file for test suiteDan Allen
2019-06-24verify first line of abstract is decoratedDan Allen
2019-06-22add shorthand for building theme with to_pdf and to_pdf_file functionsDan Allen
2019-06-18introduce have_size matcher in test suiteDan Allen
2019-06-05pass string as positional argument instead of named argument when only option...Dan Allen
2019-05-30resolves #191 allow theme to set paragraph indent (PR #192)Dan Allen
2019-05-28consistently use singular form for test suite namesDan Allen