aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASING_RAILS.md
diff options
context:
space:
mode:
authorSam Ruby <rubys@intertwingly.net>2016-02-04 12:59:28 -0500
committerSam Ruby <rubys@intertwingly.net>2016-02-04 12:59:28 -0500
commitd601f4b08bf5ba744442d06aada78d22364d390d (patch)
tree213f9c7f1f3bd3db4ca3bc09f41d1c2ea1dde664 /RELEASING_RAILS.md
parentdd67df6136951d7a449bf883bd8c4af10c75afb7 (diff)
downloadrails-d601f4b08bf5ba744442d06aada78d22364d390d.tar.gz
rails-d601f4b08bf5ba744442d06aada78d22364d390d.tar.bz2
rails-d601f4b08bf5ba744442d06aada78d22364d390d.zip
hotlink to the source and results for AWDwR tests
Diffstat (limited to 'RELEASING_RAILS.md')
-rw-r--r--RELEASING_RAILS.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/RELEASING_RAILS.md b/RELEASING_RAILS.md
index faf8fa7f0d..83586c22c0 100644
--- a/RELEASING_RAILS.md
+++ b/RELEASING_RAILS.md
@@ -19,13 +19,13 @@ http://travis-ci.org/rails/rails
### Is Sam Ruby happy? If not, make him happy.
-Sam Ruby keeps a test suite that makes sure the code samples in his book (Agile
-Web Development with Rails) all work. These are valuable integration tests
-for Rails. You can check the status of his tests here:
+Sam Ruby keeps a [test suite](https://github.com/rubys/awdwr) that makes
+sure the code samples in his book
+([Agile Web Development with Rails](https://pragprog.com/titles/rails4/agile-web-development-with-rails-4th-edition))
+all work. These are valuable system tests
+for Rails. You can check the status of these tests here:
-```
-http://intertwingly.net/projects/dashboard.html
-```
+[http://intertwingly.net/projects/dashboard.html](http://intertwingly.net/projects/dashboard.html)
Do not release with Red AWDwR tests.
@@ -212,4 +212,4 @@ There are two simple steps for fixing the CI:
1. Identify the problem
2. Fix it
-Repeat these steps until the CI is green. \ No newline at end of file
+Repeat these steps until the CI is green.