Skip to content

Commit e8d9581

Browse files
committed
Add Isolation testing examples on the main README.
1 parent a8dd657 commit e8d9581

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,14 @@ See the following files for a better understanding:
195195
To run this spec, on the root of the project enter:
196196

197197
rspec spec/models/achievement_spec.rb
198+
199+
200+
### Isolation Tests
201+
202+
There are some isolation tests examples using the Mock and Stubs concepts created on the
203+
[mock-and-stubs](https://github.com/coderade/tdd-rails-examples/tree/mocks-and-stubs) branch.
198204

205+
For more information see: [Isolation tests examples](https://github.com/coderade/tdd-rails-examples/tree/mocks-and-stubs#isolation-testing-examples-with-rspec)
199206

200207
### Cucumber examples
201208

0 commit comments

Comments
 (0)