Browse Source

Merge pull request #393 from katgironpe/master

Added BetterSpecs (RSpec guidelines with Ruby)
vhf / victor felder 12 years ago
parent
commit
d3fc1cb15a
2 changed files with 9 additions and 1 deletions
  1. 6 1
      free-programming-books-ru.md
  2. 3 0
      free-programming-books.md

+ 6 - 1
free-programming-books-ru.md

@@ -11,6 +11,7 @@
 * [Perl](#perl)
 * [R](#r)
 * [Ruby](#ruby)
+  * [RSpec](#rspec)
 * [Ruby on Rails](#ruby-on-rails)
 * [Scilab](#scilab)
 * [SQL](#sql)
@@ -37,11 +38,13 @@
 * [Современный учебник JavaScript](http://learn.javascript.ru/)
 * [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/)
 
+###RSpec
+* [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org)
 
 ###Git
 
 * [Pro Git](http://git-scm.com/book/ru)
- 
+
 
 ###LaTeX
 
@@ -73,6 +76,8 @@
 
 * [Круглов А. — Ruby](https://github.com/Krugloff/rus_ruby_book)
 
+###RSpec
+* [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org/ru)
 
 ###Ruby on Rails
 

+ 3 - 0
free-programming-books.md

@@ -100,6 +100,7 @@
 * [R](#r)
 * [Racket](#racket)
 * [Ruby](#ruby)
+    * [RSpec](#rspec)
 * [Ruby on Rails](#ruby-on-rails)
 * [Rust](#rust)
 * [Sage](#sage)
@@ -1067,6 +1068,8 @@ See also [TeX](#tex)
 * [Mr. Neighborly's Humble Little Ruby Book](http://humblelittlerubybook.com/book/)
 * [Learn to Program, by Chris Pine](http://pine.fm/LearnToProgram/)
 
+###RSpec
+* [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org)
 
 ###Ruby on Rails
 * [Ruby on Rails Tutorial: Learn Rails By Example](http://ruby.railstutorial.org/ruby-on-rails-tutorial-book)