Created
August 7, 2014 19:55
-
-
Save okram/af5fb7441d5342b5baa6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @author Marko A. Rodriguez (http://markorodriguez.com) | |
*/ | |
public class GraphComputerTest extends AbstractGremlinTest { | |
@Test | |
public void shouldComputeSomeBusiness() { | |
// temporary placetraverser as the test previously in here has been moved to FeatureSupportTest. | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment