erikedin / Behavior.jl

Tool for Behavior Driven Development in Julia
Other
25 stars 3 forks source link

Support text blocks in scenarios #8

Closed erikedin closed 6 years ago

erikedin commented 6 years ago
Scenario: Some description
    Given a precondition
    """
    This is a text block.
    More text.
    """