コード例 #1
0
ファイル: Spec.cs プロジェクト: davidmfoley/bickle
 protected void Ignore(string area, Action spec)
 {
     var describe = new InactiveExampleContainer(area, CurrentDescribe(), this);
     RunDescribe(spec, describe);
 }