diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-03-08 19:26:00 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-03-08 19:26:00 +0100 |
commit | f4f108a41281037370eaec6c7b8fb3e6e35a30f5 (patch) | |
tree | 52116a3d10fd58743f249264a16d5df9c915dea9 /.gitmodules | |
parent | 5fa6b2110039670b2cd0504b95d54a79b272a299 (diff) |
Add mockery
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..7209fd166 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "application/third_party/mockery"] + path = application/third_party/mockery + url = https://github.com/padraic/mockery.git |