Skip to content

Commit d621e19

Browse files
authored
Update the readme now that the project has moved to the FA org
1 parent 4118f44 commit d621e19

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

README.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FluentAssertions.Ioc.Ninject
2-
============================
1+
# Fluent Assertions for Ninject
32

4-
Extensions methods for [Fluent Assertions](https://github.com/dennisdoomen/fluentassertions) for testing Ninject mappings.
3+
[![Build status](https://ci.appveyor.com/api/projects/status/kexyhqbklr5eea02?svg=true)](https://ci.appveyor.com/project/kevinkuszyk/fluentassertions-ioc-ninject)
54

6-
Why?
7-
====
5+
This repro contains the Fluent Assertions extensions for Ninject. It is maintained by [@kevinkuszyk](https://github.com/kevinkuszyk).
6+
7+
## Why?
88

99
To test Ninject mappings using the [conventions extension](https://github.com/ninject/ninject.extensions.conventions) (or setup manually) are resolving. Instead of finding out at runtime that your app won't run, you'll have a failing unit test instead.
1010

@@ -24,22 +24,18 @@ public void Services_can_be_resolved_with_a_single_instance()
2424
}
2525
````
2626

27-
Installing
28-
==========
27+
## Installing
2928

3029
Please install the NuGet package:
3130

3231
````
3332
PM> Install-Package FluentAssertions.Ioc.Ninject
3433
````
3534

36-
Documentation
37-
=============
38-
39-
Please see the [sample tests](https://github.com/kevinkuszyk/FluentAssertions.Ioc.Ninject/blob/master/src/FluentAssertions.Ioc.Ninject.SampleTests/IocTests.cs)
35+
## Documentation
4036

41-
Continuous Integration
42-
======================
37+
Please see the [sample tests](https://github.com/FluentAssertions/FluentAssertions.Ioc.Ninject/blob/master/src/FluentAssertions.Ioc.Ninject.SampleTests/IocTests.cs)
4338

44-
[![Build status](https://ci.appveyor.com/api/projects/status/kexyhqbklr5eea02)](https://ci.appveyor.com/project/kevinkuszyk/fluentassertions-ioc-ninject)
39+
## Building
4540

41+
Simply clone this repro and build the `FluentAssertions.Ioc.Ninject.sln` solution.

0 commit comments

Comments
 (0)