开发者

Rails acceptance testing without using rspec but using capybara

I am looking for an example of acceptance testing in Rails without using rspec. My current client uses ruby 1.9.2 and all the tests are written using minitest and they are concerned about the slowness of rspec. Anyways that discussion is over.

I need to write a few functional 开发者_JAVA技巧tests and am looking for examples of how to do functional tests without using rspec. And I would like to use capybara.

I am using Rails 3.0.10 .


sounds like you want to be looking at Cucumber - http://cukes.info/ perhaps?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜