Procházet zdrojové kódy

Remove explanation of `@Ignore` from hello-world

Logan Stucki před 9 roky
rodič
revize
05a5c4fa34
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. 0
    4
      exercises/hello-world/GETTING_STARTED.md

+ 0
- 4
exercises/hello-world/GETTING_STARTED.md Zobrazit soubor

18
 $ gradle test
18
 $ gradle test
19
 ```
19
 ```
20
 
20
 
21
-To help you focus on one test at a time, [@Ignore](http://junit.sourceforge.net/javadoc/org/junit/Ignore.html)
22
-annotations have been added to every test but the first one. Any test with an `@Ignore` annotation will be skipped
23
-when you run the tests.
24
-
25
 ## Iterate through the tests
21
 ## Iterate through the tests
26
 
22
 
27
 After your first test passes, iterate on your solution, testing after each change.
23
 After your first test passes, iterate on your solution, testing after each change.