Skip to content

Commit

Permalink
1. canCreateGame
Browse files Browse the repository at this point in the history
  • Loading branch information
msbaek committed Jul 29, 2013
1 parent 4c9dd8b commit 06c9d7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/main/java/Game.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
public class Game {
}
3 changes: 2 additions & 1 deletion src/test/java/GameTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

public class GameTest {
@Test
public void foo() {
public void canCreateGame() {
Game g = new Game();
}
}

0 comments on commit 06c9d7b

Please sign in to comment.