1

有没有办法为我的应用程序的移动版本编写 rspec 测试?

mobile_fu用来检测呼叫是否来自移动设备。

但现在 rspec 需要mobile_fu误以为这是一个移动请求......

4

3 回答 3

2

这篇文章对我来说是完美的解决方案。

于 2012-08-17T07:54:03.650 回答
0

您应该能够使用 RSpec 来驱动 Webrat,并设置 Webrat 用户代理来模拟移动设备:

http://robert-reiz.com/2012/02/27/integration-tests-with-rspec/

于 2012-08-16T15:36:28.070 回答
0

你去http://blog.sparqcode.com/2011/03/07/custom-user-agent-strings-with-cucumber-and-capybara/

于 2012-08-16T19:42:10.043 回答