Skip to content

Commit b333d50

Browse files
authored
Update README.md
Improve instructions in README.
1 parent dafa4dd commit b333d50

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bin/cleo_katas attempt [kata-name]
2626
So, to begin working on the rock_paper_scissors kata, you would type
2727

2828
```bash
29-
bin/cleo_katas attempt 1-rock_paper_scissors
29+
bin/cleo_katas attempt rock_paper_scissors
3030
```
3131

3232
This will create a new directory within this repository for you to work within.
@@ -39,6 +39,16 @@ Since we're just writing plain Ruby code, outside of the context of a web applic
3939
bundle exec ruby katas/[name-of-kata]/your-username/main.rb
4040
```
4141

42+
### Running tests
43+
44+
Usually, katas will come with a set of pre-written tests which must pass in order to satisfy the kata requirements.
45+
46+
You can run these tests by calling
47+
48+
```
49+
bundle exec ruby katas/[name-of-kata]/your-username/test.rb
50+
```
51+
4252
## Submitting your solution
4353

4454
Everyone is welcome to submit their own solution to a given kata. This is, of course, completely optional, but submitting your solution is a great way to share ideas with others and discuss and learn from eachother.

0 commit comments

Comments
 (0)