Add ruby-debug as test dependency to debug failing tests
This commit is contained in:
parent
f0d271bee3
commit
c63954a4c7
3
Gemfile
3
Gemfile
|
@ -11,6 +11,9 @@ 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'
|
||||||
|
|
||||||
|
platforms :mri_18 do gem 'ruby-debug' end
|
||||||
|
platforms :mri_19 do gem 'ruby-debug19', :require => 'ruby-debug' end
|
||||||
end
|
end
|
||||||
|
|
||||||
group :openid do
|
group :openid do
|
||||||
|
|
Loading…
Reference in New Issue