Skip to content

Commit 1a7e469

Browse files
committed
update Readme
1 parent a405311 commit 1a7e469

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,15 @@ SkillRX is one of many projects initiated and run by Ruby for Good. You can find
1010

1111
# Welcome Contributors!
1212
Thank you for checking out our work. We are in the process of setting up the repository, roadmap, values, and contribution guidelines for the project. We will be adding issues and putting out a call for contributions soon.
13+
14+
# Testing
15+
16+
This project uses:
17+
* `rspec` for testing
18+
* `shoulda-matchers` for expectations
19+
* `factory_bot` for making records
20+
21+
To run tests execute
22+
```
23+
bin/rspec
24+
```

0 commit comments

Comments
 (0)