本文介绍了如何使用 Rspec 在 Sinatra 中测试助手块?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在编写一个 sinatra 应用程序并使用 rspec 和 rack/test 对其进行测试(如 sinatrarb.com 上所述).
到目前为止,它一直很棒,直到我将一些相当程序化的代码从我的域对象移到sinatra 助手.
I'm writing a sinatra app and testing it with rspec and rack/test (as described on sinatrarb.com).
It's been great so far, until I moved some rather procedural code from my domain objects tosinatra helpers.
从那以后,我一直在想如何单独测试这些?
Since then, I've been trying to figure out how to test these in isolation ?
推荐答案
也许这可以帮助您一些http://japhr.blogspot.com/2009/03/sinatra-innards-deletgator.html
这篇关于如何使用 Rspec 在 Sinatra 中测试助手块?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!