Skip to content

Commit 1fda42a

Browse files
Update README.md
1 parent 0d28a18 commit 1fda42a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ Curated list of resources: books, videos, articles about using TDD( Test Driven
7474
## TDD IN RUBY
7575
* [Introduction to test driven design](http://rubyoffrails.com/videos/18-introduction-to-test-driven-design-tdd)
7676
* [Rails girls - Test Driven Development](http://guides.railsgirls.com/test-driven-development)
77-
* []()
77+
* [Learn TDD by Practicing 7 Katas](https://www.udemy.com/learn-test-driven-development-in-ruby/)
78+
* [Learn TDD with Ruby Koans](http://rubykoans.com/)
79+
* [Coding Conways game of Life in Ruby the TDD way with Rspec](http://www.rubyinside.com/screencast-coding-conways-game-of-life-in-ruby-the-tdd-way-with-rspec-5564.html)
80+
* [TDD with Ruby and Rspec](https://github.com/zachtblake/tdd_ruby)
7881

7982

8083
### Rails
@@ -84,7 +87,7 @@ Curated list of resources: books, videos, articles about using TDD( Test Driven
8487
* [Rails Testing for Zombies with TDD](https://www.codeschool.com/courses/rails-testing-for-zombies)
8588
* [Let's Build: Instagram TDD with Rails Building an Instagram Clone](https://www.devwalks.com/lets-build-instagram-test-driven-with-ruby-on-rails-part-1/)
8689
* [15 TDD Steps to create a Rails Application](http://andrzejonsoftware.blogspot.com.ng/2007/05/15-tdd-steps-to-create-rails.html)
87-
* []()
90+
* [Learn TDD with Ror](https://github.com/fsproru/tdd_with_ror)
8891

8992

9093
## Contributing

0 commit comments

Comments
 (0)