From c231a8424f19fcf7016c9422a4058f1994711d7b Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Wed, 19 Oct 2011 17:53:26 +0400 Subject: [PATCH] Bring back shoulda to pass tests until RSpec is integrated --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index f26a6f1..48728dd 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,7 @@ group :development do gem "jeweler", "~> 1.6.4" gem "rcov", ">= 0" gem "rdoc", ">= 0" + gem "shoulda" gem "rspec" gem "vcr"