Skip to content

Commit 6bf7d22

Browse files
committed
Removing evil regions
1 parent b1d5c54 commit 6bf7d22

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

TestStack.FluentMVCTesting.Example.Tests/Controllers/AccountControllerTests.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)