[#290] Remove test gems from dev enviroment.

running single test without RAILS_ENV=test prefix seams to work without it.
This commit is contained in:
Gregor Schmidt 2011-03-19 22:36:39 +01:00
parent 326dffbc29
commit cbc26ea982
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ gem "coderay", "~> 0.9.7"
gem "i18n", "< 0.5" # explicit version 0.4.2 is used in config!
gem "rubytree", "~> 0.5.2", :require => 'tree'
group :development, :test do
group :test do
gem 'shoulda', '~> 2.10.3'
gem 'edavis10-object_daddy', :require => 'object_daddy'
gem 'mocha'