We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f925e commit 9cb5fa8Copy full SHA for 9cb5fa8
src/Ninject.MockingKernel.FakeItEasy.Test/FakeItEasyIntegrationTest.cs
@@ -24,7 +24,7 @@ namespace Ninject.MockingKernel.FakeItEasy
24
using global::FakeItEasy;
25
26
/// <summary>
27
- /// Tests the rhino mocks mocking kernel.
+ /// Tests the FakeItEasy mocking kernel.
28
/// </summary>
29
public class FakeItEasyIntegrationTest : IntegrationTest
30
{
@@ -46,4 +46,4 @@ protected override void AssertDoWasCalled(IDummyService dummyService)
46
A.CallTo(() => dummyService.Do()).MustHaveHappened();
47
}
48
49
-}
+}
0 commit comments