Skip to content

Commit

Permalink
RED for 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonBarkan committed Dec 15, 2012
1 parent e14cd0a commit c13c003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RomanNumeralUnitTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public class RomanNumeralUnitTests {
public void testThat1ReturnsI() {
assertEquals("I", number.toRoman(1));
assertEquals("II", number.toRoman(2));
assertEquals("III", number.toRoman(3));
}


Expand Down

0 comments on commit c13c003

Please sign in to comment.