Update link to rails-dom-testing documentation [ci skip]

This commit is contained in:
Zachary Scott 2014-12-29 15:51:12 -08:00
parent 783a6af959
commit b9292cbd49

@ -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