Skip to content

Commit

Permalink
Merge: Added reason to some skipped tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuseppePiscopo committed Oct 1, 2015
2 parents 5a0a583 + 28a6a67 commit c4ad27c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void method_level_context()
}
}

[Test, Ignore]
[Test, Ignore("It cannot be tested")]
public void should_give_each_specify_a_new_instance_of_spec()
{
Run(typeof(SpecClass));
Expand Down
2 changes: 1 addition & 1 deletion NSpecSpecs/describe_cecil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace NSpecSpecs
[TestFixture]
public class describe_cecil
{
[Test, Ignore]
[Test, Ignore("It has to be completed yet")]
public void it_reflects_methods()
{
var def = AssemblyDefinition.ReadAssembly(@"C:\Projects\NSpec\NSpecSpecs\bin\Debug\SampleSpecs.dll");
Expand Down

0 comments on commit c4ad27c

Please sign in to comment.