Skip to content

Commit

Permalink
gem dependecies for test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbacon committed Feb 21, 2012
1 parent dcc312a commit b401a79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Expand Up @@ -24,3 +24,8 @@ gem 'will_paginate', '~> 2.3.11'
gem 'xapian-full' gem 'xapian-full'
gem 'xml-simple' gem 'xml-simple'
gem 'zip' gem 'zip'

group :test do
gem 'fakeweb'
gem 'rspec-rails', '~> 1.3.4'
end

0 comments on commit b401a79

Please sign in to comment.