错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Setting Up RSpec and FactoryBot

  • Greg Donald

摘要

RSpec is a testing framework for Ruby. RSpec is available to us as a domain-specific language (DSL) written in Ruby and used to test Ruby code. RSpec tests the behavior of Ruby code and considers itself to be a “behavior-driven development” (BDD) framework.