aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-02-21 12:02:11 +0000
committerSeb Bacon <seb.bacon@gmail.com>2012-02-21 12:02:11 +0000
commitb401a79be39931979af031aa16acaed097a1cd7a (patch)
treeec08c28c7d2e52741d618900c438929b59abaa3d
parentdcc312ac215b57afc648725bb8d64ff287bf7798 (diff)
gem dependecies for test environment
-rw-r--r--Gemfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f086051a3..896812744 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,3 +24,8 @@ gem 'will_paginate', '~> 2.3.11'
gem 'xapian-full'
gem 'xml-simple'
gem 'zip'
+
+group :test do
+ gem 'fakeweb'
+ gem 'rspec-rails', '~> 1.3.4'
+end \ No newline at end of file