aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-11-13 18:45:30 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-11-13 18:45:30 -0200
commitc757d35eab2cdb603823cff9211686d254851881 (patch)
tree33eb29b8c3de75f5a37f07f68be4867dfb98f52c /guides/source
parent796abe2339dada1b50fcde99c01db9e96104161c (diff)
parentd9d84cea53d951f9335164599bd03e7caf0df340 (diff)
downloadrails-c757d35eab2cdb603823cff9211686d254851881.tar.gz
rails-c757d35eab2cdb603823cff9211686d254851881.tar.bz2
rails-c757d35eab2cdb603823cff9211686d254851881.zip
Merge pull request #17612 from sandipransing/testing-guide
[ci skip] Capybara added to other testing approaches
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/testing.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md
index 79e7ac5aef..c31d24c6d4 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -1121,3 +1121,4 @@ The built-in `minitest` based testing is not the only way to test Rails applicat
* [MiniTest::Spec Rails](https://github.com/metaskills/minitest-spec-rails), use the MiniTest::Spec DSL within your rails tests.
* [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
+* [Capybara](http://jnicklas.github.com/capybara/), Acceptance test framework for web applications