From 40c2902e80b8b5a0f86a222b2167c75ca152f510 Mon Sep 17 00:00:00 2001 From: Mario Visic Date: Sat, 21 Jan 2012 15:51:16 +1100 Subject: [PATCH] Added shoulda matchers. --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 803f0044..22df4b19 100644 --- a/Gemfile +++ b/Gemfile @@ -73,6 +73,7 @@ group :test do gem 'xpath', '~> 0.1.4' gem 'capybara' gem 'database_cleaner' + gem 'shoulda-matchers' gem 'spork', '~> 0.9.0.rc' gem 'launchy' diff --git a/Gemfile.lock b/Gemfile.lock index 68185e82..6d24b445 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -259,6 +259,7 @@ GEM ffi (~> 1.0.9) multi_json (~> 1.0.4) rubyzip + shoulda-matchers (1.0.0) spork (0.9.0.rc9) term-ansicolor (1.0.7) thor (0.14.6) @@ -332,6 +333,7 @@ DEPENDENCIES rubyzip sanitize sass (= 3.1.2) + shoulda-matchers spork (~> 0.9.0.rc) unicorn warden