From 85f8d572284dc1ebc7ef37368f76cbf4f0a55246 Mon Sep 17 00:00:00 2001 From: Steve Richert Date: Mon, 30 Jan 2012 07:36:38 -0500 Subject: [PATCH] Add dependency status (already green) to the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e7ac98e..ab9c0796 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Capybara [![Build Status](https://secure.travis-ci.org/jnicklas/capybara.png)](http://travis-ci.org/jnicklas/capybara) +[![Dependency Status](https://gemnasium.com/jnicklas/capybara.png)](https://gemnasium.com/jnicklas/capybara) Capybara helps you test Rails and Rack applications by simulating how a real user would interact with your app. It is agnostic about the driver running your