我如何使用 rspec 来测试思考 sphinx 的应用程序?
我有 Ruby on Rails 3.1 应用程序,我使用 Sphinx + Thinking sphinx 进行搜索。为了进行测试,我使用 RSpec + 自动测试。我想测试我的搜索。我在哪里可以阅读如何通过 rspec 测试我的应用程序?
I have Ruby on Rails 3.1 application and i use for Sphinx + Thinking sphinx for searching. For testing i use RSpec + autotest. I want to test my searching. Where can i read how to test my app right via rspec?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我编译了一个 gem 来帮助测试过程。它正在发挥作用,但也需要一些爱和关注! :D
I have compiled a gem that helps with the testing process. It is working but needs some love and attention also! :D
这不是我真正想要的,而是:
http://freelancing-god.github。 com/ts/en/testing.html
希望它对某人有用。
That is not what i actually wanted but:
http://freelancing-god.github.com/ts/en/testing.html
Hope, it will be useful for someone.