Skip to content

Commit

Permalink
Adding property behaviour for calls that are in the process of being …
Browse files Browse the repository at this point in the history
…specified.
  • Loading branch information
dtchepak committed Aug 21, 2011
1 parent 5299999 commit 2366bc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Source/NSubstitute.Acceptance.Specs/PropertyBehaviour.cs
Expand Up @@ -44,7 +44,6 @@ public void Indexer_properties_with_multiple_arguments_should_work_ok_too()
}

[Test]
[Pending]
public void Indexer_with_arg_matchers()
{
var foo = Substitute.For<IFoo>();
Expand Down
Expand Up @@ -12,6 +12,7 @@ public IEnumerable<Type> HandlerTypes
{
return new[] {
typeof (RecordCallSpecificationHandler),
typeof (PropertySetterHandler),
typeof (ReturnConfiguredResultHandler),
typeof (ReturnAutoValueForThisAndSubsequentCallsHandler),
typeof (ReturnDefaultForReturnTypeHandler)
Expand Down

0 comments on commit 2366bc1

Please sign in to comment.