2014-09-27 71 views

回答

6

這意味着測試pending

RSpec提供了多種不同的方式來指示示例 停用某些操作。

在該試驗中具有未決方法:

describe "an example" do 
    it "is a pending some action" 
end 
相關問題