Details
Description
Constructions like:
List<String> storyPaths = new StoryFinder().findPaths(codeLocationFromClass(getClass()), "*/.story", "**/*examples.story");
or
List<String> storyPaths = new StoryFinder().findPaths(codeLocationFromPath("somePath"), "*/.story", "**/*examples.story");
doesn't work when there are spaces in a path (which are replaced to %20).
An issue similar to JBEHAVE-389.
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 4.x [ 18279 ] |
Mauro Talevi
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 3.6 [ 17721 ] | |
Fix Version/s | 4.x [ 18279 ] | |
Resolution | Fixed [ 1 ] |
seeing the same in 3.5.3