diff options
author | Zachary Scott <e@zzak.io> | 2014-12-29 15:51:12 -0800 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-12-29 15:51:22 -0800 |
commit | b9292cbd49b5947e9473ea0a2122781662f1ef88 (patch) | |
tree | 866bd508983aadd26c0bfa3576623fea0d0e8b8a /guides/source | |
parent | 783a6af95950cce5a1477ec40b0142bdd29bdc41 (diff) | |
download | rails-b9292cbd49b5947e9473ea0a2122781662f1ef88.tar.gz rails-b9292cbd49b5947e9473ea0a2122781662f1ef88.tar.bz2 rails-b9292cbd49b5947e9473ea0a2122781662f1ef88.zip |
Update link to rails-dom-testing documentation [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/testing.md | 2 |
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 |