Skip to content

Commit 0121d11

Browse files
committed
#289 Updated README file to reflect the more accessible Calling and ShouldHave methods
1 parent 8e95a25 commit 0121d11

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ MyController<MyMvcController>
281281
// and tests for added by the action temp data entry with а specific key,
282282
// and tests for redirect result to a specific action.
283283
MyController<MyMvcController>
284-
.Instance()
285284
.Calling(c => c.MyAction(new MyFormModel
286285
{
287286
Title = title,
@@ -401,7 +400,6 @@ An attribute declaration test validates controller and action attribute declarat
401400
```c#
402401
// Tests for specific controller attributes - Area and Authorize.
403402
MyController<MyMvcController>
404-
.Instance()
405403
.ShouldHave()
406404
.Attributes(attributes => attributes
407405
.SpecifyingArea(ControllerConstants.AdministratorArea)

0 commit comments

Comments
 (0)