aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorMikhail Dieterle <MikDiet@gmail.com>2011-06-23 03:08:32 -0700
committerMikhail Dieterle <MikDiet@gmail.com>2011-06-23 03:08:32 -0700
commit06fe01a337ccf7f44bbaf272eddac284f80dcadb (patch)
tree7289e2de34ed57a8d3aff8afb257e14695418ad8 /railties/guides
parent3eaed28c5f30e1f6fc553a8dde6870409dd2ea6a (diff)
downloadrails-06fe01a337ccf7f44bbaf272eddac284f80dcadb.tar.gz
rails-06fe01a337ccf7f44bbaf272eddac284f80dcadb.tar.bz2
rails-06fe01a337ccf7f44bbaf272eddac284f80dcadb.zip
updated rspec link
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/testing.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/testing.textile b/railties/guides/source/testing.textile
index db9c7545c8..cc55d1f756 100644
--- a/railties/guides/source/testing.textile
+++ b/railties/guides/source/testing.textile
@@ -944,7 +944,7 @@ The built-in +test/unit+ based testing is not the only way to test Rails applica
* "Factory Girl":https://github.com/thoughtbot/factory_girl/tree/master, a replacement for fixtures.
* "Machinist":https://github.com/notahat/machinist/tree/master, another replacement for fixtures.
* "Shoulda":http://www.thoughtbot.com/projects/shoulda, an extension to +test/unit+ with additional helpers, macros, and assertions.
-* "RSpec":http://rspec.info/, a behavior-driven development framework
+* "RSpec":http://relishapp.com/rspec, a behavior-driven development framework
h3. Changelog