【发布时间】:2010-11-11 19:56:47
【问题描述】:
我在 features/object/create_object.feature 有一个黄瓜功能。当我使用“黄瓜”命令执行所有功能时,它就会通过。我正在尝试使用这些命令自行执行此功能:
cucumber features/object/create_object.feature
rake features FEATURE=features/object/create_object.feature
但是,此功能的所有步骤定义都未定义:
Using the default profile...
-------UUUUUUUUUUUU
我也尝试使用“--no-profile”禁用配置文件,但无济于事。提前致谢!
【问题讨论】: