aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/testing.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-09-15 00:13:29 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-09-15 00:13:29 +0530
commit9980f46ca2d250d1d3e2fac84c5dc9ca6cbab1ea (patch)
treed140ca53a53d70823d1d3b4602349235eb9d56be /railties/guides/source/testing.textile
parent5f2a35604e8180c916796abc93189bd1e0f7987f (diff)
downloadrails-9980f46ca2d250d1d3e2fac84c5dc9ca6cbab1ea.tar.gz
rails-9980f46ca2d250d1d3e2fac84c5dc9ca6cbab1ea.tar.bz2
rails-9980f46ca2d250d1d3e2fac84c5dc9ca6cbab1ea.zip
No more changelogs inside guides
Diffstat (limited to 'railties/guides/source/testing.textile')
-rw-r--r--railties/guides/source/testing.textile8
1 files changed, 0 insertions, 8 deletions
diff --git a/railties/guides/source/testing.textile b/railties/guides/source/testing.textile
index caa0d91a83..2341a3522c 100644
--- a/railties/guides/source/testing.textile
+++ b/railties/guides/source/testing.textile
@@ -945,11 +945,3 @@ The built-in +test/unit+ based testing is not the only way to test Rails applica
* "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://relishapp.com/rspec, a behavior-driven development framework
-
-h3. Changelog
-
-* April 4, 2010: Fixed document to validate XHTML 1.0 Strict. "Jaime Iniesta":http://jaimeiniesta.com
-* November 13, 2008: Revised based on feedback from Pratik Naik by "Akshay Surve":credits.html#asurve (not yet approved for publication)
-* October 14, 2008: Edit and formatting pass by "Mike Gunderloy":credits.html#mgunderloy (not yet approved for publication)
-* October 12, 2008: First draft by "Akshay Surve":credits.html#asurve (not yet approved for publication)
-