黄瓜调试器没有停止
我正在尝试使用 Cucumber 调试一个简单的 BDD 测试。为了做到这一点,我在想要中断控制流的地方插入了一个调试器语句。但黄瓜似乎无视了这一说法。
我正在运行测试:
rake cucumber:wip
它相当简单,所以我认为代码不值得粘贴在这里。提前致谢
I'm trying to debug a simple BDD test using cucumber. In order to do that, I inserted a debugger statement where I would like to break the control flow. But it seems that cucumber ignores this statement.
I'm running the tests executing:
rake cucumber:wip
It's rather simple, so I think the code isn' t worth pasting here. Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您没有安装和/或包含
rails-debug
gem。rails-debug
You don't have the
rails-debug
gem installed and/or included.rails-debug
listed in your Gemfile