Last active
          October 14, 2016 07:44 
        
      - 
      
- 
        Save bendisposto/059f1750f68b53ab72a945914705d2ed 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
    
  
  
    
  | [ | |
| {name: "Roman Numbers Kata", | |
| description: "Konvertieren von arabischen in römische Zahlen. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. \n Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.", | |
| code: | |
| {name: "RomanNumbers", | |
| code: [ | |
| "public class RomanNumbers {", | |
| "", | |
| "}"] }, | |
| test: | |
| {name: "RomanNumbersTest", | |
| code:[ | |
| "import static org.junit.Assert.*;", | |
| "import org.junit.Test;", | |
| "", | |
| "public class RomanNumbersTest {", | |
| "", | |
| " @Test", | |
| " public void testSomething() {", | |
| "", | |
| " }", | |
| "}"] | |
| }, | |
| babyStepsActivated: true | |
| }] | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment