More testing gems
This commit is contained in:
5
Gemfile
5
Gemfile
@@ -27,6 +27,11 @@ gem 'rails-i18n', '3.0.0'
|
||||
gem 'debugger'
|
||||
gem 'prototype-rails', '3.2.1'
|
||||
|
||||
gem 'activerecord-postgresql-adapter'
|
||||
|
||||
gem 'ZenTest'
|
||||
gem 'autotest-rails-pure'
|
||||
gem 'minitest'
|
||||
group :test do
|
||||
gem 'simplecov'
|
||||
gem 'turn'
|
||||
|
||||
@@ -14,6 +14,7 @@ PATH
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
ZenTest (4.11.0)
|
||||
actionmailer (3.2.13)
|
||||
actionpack (= 3.2.13)
|
||||
mail (~> 2.5.3)
|
||||
@@ -35,6 +36,8 @@ GEM
|
||||
activesupport (= 3.2.13)
|
||||
arel (~> 3.0.2)
|
||||
tzinfo (~> 0.3.29)
|
||||
activerecord-postgresql-adapter (0.0.1)
|
||||
pg
|
||||
activeresource (3.2.13)
|
||||
activemodel (= 3.2.13)
|
||||
activesupport (= 3.2.13)
|
||||
@@ -47,6 +50,7 @@ GEM
|
||||
activerecord (~> 3.2)
|
||||
ansi (1.5.0)
|
||||
arel (3.0.3)
|
||||
autotest-rails-pure (4.1.2)
|
||||
builder (3.0.4)
|
||||
calendar_helper (0.2.5)
|
||||
open4
|
||||
@@ -82,6 +86,7 @@ GEM
|
||||
minitest (4.7.5)
|
||||
multi_json (1.11.2)
|
||||
open4 (1.3.4)
|
||||
pg (0.18.3)
|
||||
polyglot (0.3.5)
|
||||
prototype-rails (3.2.1)
|
||||
rails (~> 3.2)
|
||||
@@ -153,9 +158,12 @@ PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
ZenTest
|
||||
activerecord-postgresql-adapter
|
||||
acts_as_list (= 0.2.0)
|
||||
acts_as_paranoid (= 0.4.2)
|
||||
acts_as_versioned!
|
||||
autotest-rails-pure
|
||||
bluecloth (= 1.0.0)!
|
||||
calendar_helper (= 0.2.5)
|
||||
coffee-rails (= 3.2.2)
|
||||
@@ -165,6 +173,7 @@ DEPENDENCIES
|
||||
hpricot (= 0.8.6)
|
||||
icalendar (= 1.4.1)
|
||||
json
|
||||
minitest
|
||||
prototype-rails (= 3.2.1)
|
||||
rails (= 3.2.13)
|
||||
rails-i18n (= 3.0.0)
|
||||
|
||||
Reference in New Issue
Block a user