摘要: https://github.com/rspec/rspec-expectations https://relishapp.com/rspec/rspec-expectations/v/3-7/docs 总文档连接: RSpec.info/documentation/ be_completed是Pr 阅读全文
posted @ 2018-05-18 22:07 Mr-chen 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 我们要把应用各组件放在一起做集成 测试,这样才能保证模型和控制器之间能够良好契合。在 RSpec 中,这种测试称为功能测试(feature spec),有时也称为验收测试(acceptance test)或集成测试(integration test)。这种测试的作用是确保 软件作为一个整体能按预期使 阅读全文
posted @ 2018-05-18 21:59 Mr-chen 阅读(1010) 评论(0) 推荐(0) 编辑
摘要: 第 5 章 控制器测试 5.1基础 rails generate rspec:controller home RSpec.describe HomeController, type: :controller do describe '#index' do it "responds successfu 阅读全文
posted @ 2018-05-18 11:21 Mr-chen 阅读(534) 评论(0) 推荐(0) 编辑