File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
TestStack.FluentMVCTesting.Example.Tests/Controllers Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ namespace TestStack.FluentMVCTesting.Sample.Tests.Controllers
1010{
1111 class AccountControllerTests
1212 {
13- #region Setup
1413 private AccountController _controller ;
1514 private IAuthenticationService _authenticationService ;
1615
@@ -23,9 +22,6 @@ public void Setup()
2322 Url = new UrlHelper ( Substitute . For < RequestContext > ( ) )
2423 } ;
2524 }
26- #endregion
27-
28- #region Login
2925
3026 [ Test ]
3127 public void WhenViewingLoginPage_ThenShowDefaultViewWithReturnUrl ( )
@@ -98,7 +94,5 @@ public void GivenNoReturnUrlAndValidSubmission_WhenPostingLoginDetails_ThenLogUs
9894 _controller . WithCallTo ( c => c . Login ( vm , returnUrl ) )
9995 . ShouldRedirectTo < HomeController > ( c => c . Index ( ) ) ;
10096 }
101-
102- #endregion
10397 }
10498}
You can’t perform that action at this time.
0 commit comments