Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pretty Print when using rules (#440) #480

Merged
merged 4 commits into from
Jun 17, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix a few formatting mistakes (#440)
  • Loading branch information
dumpsterfireproject committed Jun 10, 2022
commit 39a9a361bffc471a26339b46fcd9a27ea3f314a9
6 changes: 3 additions & 3 deletions features/formatter/pretty.feature
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ Feature: pretty formatter
"""

Scenario: Support of Feature Plus Rule
Given a feature "features/simple.feature" file:
Given a feature "features/simple.feature" file:
"""
Feature: simple feature with a rule
simple feature description
Expand All @@ -475,8 +475,8 @@ Feature: pretty formatter
0s
"""

Scenario: Support of Feature Plus Rule with Background
Given a feature "features/simple.feature" file:
Scenario: Support of Feature Plus Rule with Background
Given a feature "features/simple.feature" file:
"""
Feature: simple feature with a rule with Background
simple feature description
Expand Down