Skip to content

Commit 8a8de2c

Browse files
authored
Merge pull request exercism#663 from Smarticles101/two-fer
two-fer: add to track
2 parents 8433d12 + 8ea73c2 commit 8a8de2c

10 files changed

Lines changed: 198 additions & 163 deletions

File tree

config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111

1212
]
1313
},
14+
{
15+
"slug": "two-fer",
16+
"difficulty": 1,
17+
"topics": [
18+
19+
]
20+
},
1421
{
1522
"slug": "rna-transcription",
1623
"difficulty": 2,

exercises/hello-world/GETTING_STARTED.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,9 @@ 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

27-
After your first test passes, remove the `@Ignore` from the next test, and iterate on your solution,
28-
testing after each change.
23+
After your first test passes, iterate on your solution, testing after each change.
2924

3025
## All the tests pass? Submit your solution!
3126

0 commit comments

Comments
 (0)