From 0fe336eae1e2065f655563bf167d770fc5e06242 Mon Sep 17 00:00:00 2001 From: Alinson Xavier Date: Sat, 5 Sep 2015 23:56:32 -0400 Subject: [PATCH] More testing gems --- Gemfile | 5 +++++ Gemfile.lock | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/Gemfile b/Gemfile index 5e4effe..f30522f 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index f1fbaf6..1cb04df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)