2017年11月17日
摘要: 文档 https://relishapp.com/rspec/rspec-core/v/2-5/docs/helper-methods/let-and-let 从上面文档中得出 let 1 只会在一个example(一个it 代码块)中调用一次,并不会在多个example中共享 , 2 必须被显示调 阅读全文
posted @ 2017-11-17 23:03 c3tc3tc3t 阅读(477) 评论(0) 推荐(0)