Skip to content

Commit

Permalink
Moved assertion library into Git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Feb 20, 2016
1 parent 10ac1bc commit 1797f7a
Show file tree
Hide file tree
Showing 58 changed files with 6 additions and 3,484 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Expand Up @@ -26,3 +26,5 @@
*.xunit text

*.sln text eol=crlf merge=union

.gitmodules text eol=lf
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "src\\xunit.assert\\Asserts"]
path = src\\xunit.assert\\Asserts
url = https://github.com/xunit/assert.xunit.git
1 change: 1 addition & 0 deletions src/xunit.assert/Asserts
Submodule Asserts added at 5393af
33 changes: 0 additions & 33 deletions src/xunit.assert/Asserts/Assert.cs

This file was deleted.

93 changes: 0 additions & 93 deletions src/xunit.assert/Asserts/BooleanAsserts.cs

This file was deleted.

0 comments on commit 1797f7a

Please sign in to comment.