More testing gems

master
Alinson S. Xavier 10 years ago
parent 4d8bf3e2fe
commit 0fe336eae1

@ -27,6 +27,11 @@ gem 'rails-i18n', '3.0.0'
gem 'debugger' gem 'debugger'
gem 'prototype-rails', '3.2.1' gem 'prototype-rails', '3.2.1'
gem 'activerecord-postgresql-adapter'
gem 'ZenTest'
gem 'autotest-rails-pure'
gem 'minitest'
group :test do group :test do
gem 'simplecov' gem 'simplecov'
gem 'turn' gem 'turn'

@ -14,6 +14,7 @@ PATH
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
ZenTest (4.11.0)
actionmailer (3.2.13) actionmailer (3.2.13)
actionpack (= 3.2.13) actionpack (= 3.2.13)
mail (~> 2.5.3) mail (~> 2.5.3)
@ -35,6 +36,8 @@ GEM
activesupport (= 3.2.13) activesupport (= 3.2.13)
arel (~> 3.0.2) arel (~> 3.0.2)
tzinfo (~> 0.3.29) tzinfo (~> 0.3.29)
activerecord-postgresql-adapter (0.0.1)
pg
activeresource (3.2.13) activeresource (3.2.13)
activemodel (= 3.2.13) activemodel (= 3.2.13)
activesupport (= 3.2.13) activesupport (= 3.2.13)
@ -47,6 +50,7 @@ GEM
activerecord (~> 3.2) activerecord (~> 3.2)
ansi (1.5.0) ansi (1.5.0)
arel (3.0.3) arel (3.0.3)
autotest-rails-pure (4.1.2)
builder (3.0.4) builder (3.0.4)
calendar_helper (0.2.5) calendar_helper (0.2.5)
open4 open4
@ -82,6 +86,7 @@ GEM
minitest (4.7.5) minitest (4.7.5)
multi_json (1.11.2) multi_json (1.11.2)
open4 (1.3.4) open4 (1.3.4)
pg (0.18.3)
polyglot (0.3.5) polyglot (0.3.5)
prototype-rails (3.2.1) prototype-rails (3.2.1)
rails (~> 3.2) rails (~> 3.2)
@ -153,9 +158,12 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
ZenTest
activerecord-postgresql-adapter
acts_as_list (= 0.2.0) acts_as_list (= 0.2.0)
acts_as_paranoid (= 0.4.2) acts_as_paranoid (= 0.4.2)
acts_as_versioned! acts_as_versioned!
autotest-rails-pure
bluecloth (= 1.0.0)! bluecloth (= 1.0.0)!
calendar_helper (= 0.2.5) calendar_helper (= 0.2.5)
coffee-rails (= 3.2.2) coffee-rails (= 3.2.2)
@ -165,6 +173,7 @@ DEPENDENCIES
hpricot (= 0.8.6) hpricot (= 0.8.6)
icalendar (= 1.4.1) icalendar (= 1.4.1)
json json
minitest
prototype-rails (= 3.2.1) prototype-rails (= 3.2.1)
rails (= 3.2.13) rails (= 3.2.13)
rails-i18n (= 3.0.0) rails-i18n (= 3.0.0)