Added BetterSpecs (RSpec guidelines with Ruby)

This commit is contained in:
Katherine G. Pe 2013-11-16 20:18:10 +08:00
parent da28d5e363
commit 8b9426977a
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -98,6 +98,7 @@
* [R](#r)
* [Racket](#racket)
* [Ruby](#ruby)
* [RSpec](#rspec)
* [Ruby on Rails](#ruby-on-rails)
* [Rust](#rust)
* [Sage](#sage)
@ -1052,6 +1053,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)