Spaces in path breaks StoryFinder().findPaths()

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

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created January 26, 2012 at 2:39 PM
Updated August 11, 2014 at 9:13 PM
Resolved March 13, 2012 at 7:07 AM