Example #1
0
 protected void Ignore(string area, Action spec)
 {
     var describe = new InactiveExampleContainer(area, CurrentDescribe(), this);
     RunDescribe(spec, describe);
 }