我正在使用Windows并尝试运行最初在Mac OS上构建的现有功能包,这使得他们可以通过使用" \ "
空白来解决问题.
我使用Ruby 2.2.3和Cucumber.
功能名称包含空格,我无法更改此设置.我试图使用" "
和' '
绕过白色空间,但每次都有相同的问题.
这是一个问题的例子.如果我跑:
cucumber features/'Name containing whitespaces.feature'
它运作正常.
但是当我跑步时:
cucumber -p my_profile
和cucumber.yml包含:
my_profile: features/'Name containing whitespaces.feature'
然后它失败了:
No such file or directory - features/'Name. You can use `cucumber --init` to get started.
任何人都可以帮助我解决这个问题,因为在我的情况下重命名不是一个选项.