Commit cbc26ea9 authored by Gregor Schmidt's avatar Gregor Schmidt

[#290] Remove test gems from dev enviroment.

running single test without RAILS_ENV=test prefix seams to work without it.
parent 326dffbc
...@@ -6,7 +6,7 @@ gem "coderay", "~> 0.9.7" ...@@ -6,7 +6,7 @@ gem "coderay", "~> 0.9.7"
gem "i18n", "< 0.5" # explicit version 0.4.2 is used in config! gem "i18n", "< 0.5" # explicit version 0.4.2 is used in config!
gem "rubytree", "~> 0.5.2", :require => 'tree' gem "rubytree", "~> 0.5.2", :require => 'tree'
group :development, :test do group :test do
gem 'shoulda', '~> 2.10.3' gem 'shoulda', '~> 2.10.3'
gem 'edavis10-object_daddy', :require => 'object_daddy' gem 'edavis10-object_daddy', :require => 'object_daddy'
gem 'mocha' gem 'mocha'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment