Skip to content

Commit 05a5c4f

Browse files
Remove explanation of @Ignore from hello-world
1 parent fcf899f commit 05a5c4f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

exercises/hello-world/GETTING_STARTED.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ Try writing a solution that passes one test at a time, running Gradle each time:
1818
$ gradle test
1919
```
2020

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-
2521
## Iterate through the tests
2622

2723
After your first test passes, iterate on your solution, testing after each change.

0 commit comments

Comments
 (0)