RSpec Core

rspec-core 为 RSpec 代码示例提供结构

RSpec.describe Account do
  it "has a balance of zero when first opened" do
    # example code goes here - for more on the
    # code inside the examples, see rspec-expectations
    # and rspec-mocks
  end
end

问题

此文档是 开源 的,并且正在开发中。如果您发现它不完整或令人困惑,请 提交问题,或者更好的是,提交拉取请求