From d9d84cea53d951f9335164599bd03e7caf0df340 Mon Sep 17 00:00:00 2001 From: Sandip Ransing Date: Fri, 14 Nov 2014 02:07:22 +0530 Subject: [ci skip] Capybara added to other testing approaches --- guides/source/testing.md | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3