我正在尝试将项目转换为RSpec,并且遇到了gmaps4rails gem的问题。我还没有编写任何规范,但如果我运行测试套件,我会得到:
... gems / activerecord-3.2.11 / lib / active_record / dynamic_matchers.rb:55:in method_missing': undefined method
acts_as_gmappable'for#(NoMethodError)
如果我使用gmaps4rails注释模型中的行: acts_as_gmappable:process_geocoding => false,:lat => “lat_coord”,:lng => “long_coord”
一切运行正常(没有测试运行但没有失败)。有了这条线,我得到了错误。有什么想法吗?
答案 0 :(得分:0)
很明显,gmaps4rails
不再有acts_as_gmappable
方法,来自v 2.x