diff --git a/services/git-bridge/test/system/SystemTest.java b/services/git-bridge/test/system/SystemTest.java new file mode 100644 index 0000000000..25e6a1db06 --- /dev/null +++ b/services/git-bridge/test/system/SystemTest.java @@ -0,0 +1,13 @@ +import org.junit.Test; + +/** + * Created by Winston on 05/12/14. + */ +public class SystemTest { + + @Test + public void nothingToTest() { + + } + +}