Add ruby-debug as test dependency to debug failing tests

This commit is contained in:
Holger Just 2011-07-25 21:22:57 +02:00
parent f0d271bee3
commit c63954a4c7
1 changed files with 6 additions and 3 deletions

View File

@ -11,6 +11,9 @@ group :test do
gem 'shoulda', '~> 2.10.3'
gem 'edavis10-object_daddy', :require => 'object_daddy'
gem 'mocha'
platforms :mri_18 do gem 'ruby-debug' end
platforms :mri_19 do gem 'ruby-debug19', :require => 'ruby-debug' end
end
group :openid do