我正在尝试运行Watir源代码(Github来源)中包含的Watir测试套件。
使用Ruby 1.9.2。在Linux (只执行firewatir测试)和Windows上获得相同的结果。
通过rake test执行测试总是会产生如下结果:
watir/commonwatir/unittests/setup/filter.rb:18:in
block in <top (required)>': undefined methodrun?测试::单元:模块(NoMethodError)
我做错了什么?
发布于 2011-01-26 21:15:19
Ruby的推荐版本是1.8.6或1.8.7。见这里。
版本1.9.2可能是新的,该方法运行吗?用更凉快的方法代替。
https://stackoverflow.com/questions/4807016
复制相似问题