An open API service indexing awesome lists of open source software.

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

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)