https://github.com/danielberkompas/rspec_best_practices
A collection of Markdown docs describing how best to test your code using RSpec
https://github.com/danielberkompas/rspec_best_practices
Last synced: 4 months ago
JSON representation
A collection of Markdown docs describing how best to test your code using RSpec
- Host: GitHub
- URL: https://github.com/danielberkompas/rspec_best_practices
- Owner: danielberkompas
- Created: 2012-12-15T14:42:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-31T19:43:39.000Z (over 13 years ago)
- Last Synced: 2025-10-13T15:37:58.392Z (8 months ago)
- Size: 137 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rspec Best Practices
This repo is intended to be a collection of documents describing how best to test your Ruby on Rails code with Rspec. (And probably some other gems too) It is a work in progress.
## Index
1. [Set Up Your Project](1_SET_UP_YOUR_PROJECT.md)
2. [Testing Process](2_TESTING_PROCESS.md)
3. [How to Test Classes](3_HOW_TO_TEST_CLASSES.md)
4. [How to Test Modules](4_HOW_TO_TEST_MODULES.md)
5. [How to Test External Services](5_HOW_TO_TEST_EXTERNAL_SERVICES.md)