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