如何在控制器规范中添加对辅助方法的期望?

时间:2012-03-06 18:41:29

标签: ruby-on-rails rspec mocha

我有一个渲染视图的控制器,比如show.html.haml。

show.html.haml有一个调用辅助方法的逻辑:

-if LOGIC
  = helper_method()

如何在我的控制器规范中测试是否正在调用此helper_method?我尝试在ActionView :: Base上添加一个期望,如此处所述How do I add a mocha expectation that a helper method will be called? 但它不起作用。

0 个答案:

没有答案