aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-12-29 15:51:12 -0800
committerZachary Scott <e@zzak.io>2014-12-29 15:51:22 -0800
commitb9292cbd49b5947e9473ea0a2122781662f1ef88 (patch)
tree866bd508983aadd26c0bfa3576623fea0d0e8b8a
parent783a6af95950cce5a1477ec40b0142bdd29bdc41 (diff)
downloadrails-b9292cbd49b5947e9473ea0a2122781662f1ef88.tar.gz
rails-b9292cbd49b5947e9473ea0a2122781662f1ef88.tar.bz2
rails-b9292cbd49b5947e9473ea0a2122781662f1ef88.zip
Update link to rails-dom-testing documentation [ci skip]
-rw-r--r--guides/source/testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md
index 35f812d4ec..baae626e1b 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -731,7 +731,7 @@ assert_select "ol" do
end
```
-This assertion is quite powerful. For more advanced usage, refer to its [documentation](https://github.com/rails/rails-dom-testing/blob/master/lib/rails/dom/testing/assertions/selector_assertions.rb).
+This assertion is quite powerful. For more advanced usage, refer to its [documentation](http://www.rubydoc.info/github/rails/rails-dom-testing).
#### Additional View-Based Assertions