aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/testing.textile
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2011-03-07 06:18:32 +0900
committerAkira Matsuda <ronnie@dio.jp>2011-03-07 06:18:32 +0900
commit071ddb82812d1336450c9cbc6b317d5edfff3731 (patch)
tree74dd703eccc7d8351fa2c421dab8a6584b09db84 /railties/guides/source/testing.textile
parent5bed37779acea804af0bf5efd25839ef5c1e2cdd (diff)
downloadrails-071ddb82812d1336450c9cbc6b317d5edfff3731.tar.gz
rails-071ddb82812d1336450c9cbc6b317d5edfff3731.tar.bz2
rails-071ddb82812d1336450c9cbc6b317d5edfff3731.zip
more "SSL everywhere" for GitHub URLs
see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere
Diffstat (limited to 'railties/guides/source/testing.textile')
-rw-r--r--railties/guides/source/testing.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/testing.textile b/railties/guides/source/testing.textile
index a6d70da76c..a75cedbdc1 100644
--- a/railties/guides/source/testing.textile
+++ b/railties/guides/source/testing.textile
@@ -939,8 +939,8 @@ h3. Other Testing Approaches
The built-in +test/unit+ based testing is not the only way to test Rails applications. Rails developers have come up with a wide variety of other approaches and aids for testing, including:
* "NullDB":http://avdi.org/projects/nulldb/, a way to speed up testing by avoiding database use.
-* "Factory Girl":http://github.com/thoughtbot/factory_girl/tree/master, as replacement for fixtures.
-* "Machinist":http://github.com/notahat/machinist/tree/master, another replacement for fixtures.
+* "Factory Girl":https://github.com/thoughtbot/factory_girl/tree/master, as 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