features/catches_broken_puzzles.feature in pdd-0.17.9 vs features/catches_broken_puzzles.feature in pdd-0.18
- old
+ new
@@ -19,11 +19,11 @@
// later
}
}
"""
When I run pdd it fails with "Space expected"
- When I run pdd it fails with "in line #6"
+ When I run pdd it fails with "puzzle at line #6"
Scenario: Throwing exception on another broken puzzle
Given I have a "Sample.java" file with content:
"""
public class Main {
@@ -34,10 +34,10 @@
public void main(String[] args) {
// later
}
}
"""
- When I run pdd it fails with "Too many spaces"
+ When I run pdd it fails with "Too many leading spaces"
Scenario: Throwing exception on yet another broken puzzle
Given I have a "Sample.java" file with content:
"""
public class Main {