features/applies_rules.feature in pdd-0.19.4 vs features/applies_rules.feature in pdd-0.20
- old
+ new
@@ -34,10 +34,10 @@
Given I have a "Sample.java" file with content:
"""
@todo #13/DEV:15min Some text first
@todo #13/TEST:15min The text second
"""
- When I run bin/pdd with "--rule=available-roles:DEV,IMP"
+ When I run bin/pdd with "--rule=available-roles:DEV,ARC"
Then Exit code is not zero
Then Stdout contains "defines role TEST"
Scenario: Throwing exception on touching max-duplicates rule
Given I have a "Sample.java" file with content: