From d82d466e266ae3f56f7a0ba0e703662a4c21500a Mon Sep 17 00:00:00 2001 From: Marnen Laibow-Koser Date: Thu, 1 Sep 2011 14:44:13 -0400 Subject: [PATCH] Install testing gems. [#53] --- Gemfile | 9 ++++++++- Gemfile.lock | 25 ++++++++++++++++++++++++- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 7bc88e3e..19a62571 100644 --- a/Gemfile +++ b/Gemfile @@ -10,4 +10,11 @@ gem 'authlogic', '>= 2.1.2' group :development do gem 'gettext', '>= 1.9.3' -end \ No newline at end of file +end + +group :test do + gem 'autotest' + gem 'autotest-rails' + gem 'rspec-rails', '~> 1.3.2' + gem 'cucumber', '~> 0.1.11' +end diff --git a/Gemfile.lock b/Gemfile.lock index 12967cd6..c581f961 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,8 @@ GEM - remote: http://localhost:8808/ + remote: http://rubygems.org/ specs: GeoRuby (1.3.3) + ZenTest (4.6.2) actionmailer (2.3.10) actionpack (= 2.3.10) actionpack (2.3.10) @@ -14,8 +15,18 @@ GEM activesupport (2.3.10) authlogic (2.1.2) activesupport + autotest (4.4.6) + ZenTest (>= 4.4.1) + autotest-rails (4.1.0) + ZenTest + cucumber (0.1.16) + diff-lcs (>= 1.1.2) + term-ansicolor (>= 1.0.3) + treetop (>= 1.2.4) + diff-lcs (1.1.3) fast_gettext (0.4.17) gettext (2.0.0) + polyglot (0.3.2) postgres (0.7.9.2008.01.28) prawn (0.4.0) prawn-layout @@ -30,6 +41,14 @@ GEM rake (>= 0.8.3) rake (0.8.7) rdiscount (1.3.1) + rspec (1.3.2) + rspec-rails (1.3.4) + rack (>= 1.0.0) + rspec (~> 1.3.1) + term-ansicolor (1.0.6) + treetop (1.4.10) + polyglot + polyglot (>= 0.3.1) PLATFORMS ruby @@ -37,9 +56,13 @@ PLATFORMS DEPENDENCIES GeoRuby authlogic (>= 2.1.2) + autotest + autotest-rails + cucumber (~> 0.1.11) fast_gettext gettext (>= 1.9.3) postgres prawn rails (~> 2.3.5) rdiscount (>= 1.2.11) + rspec-rails (~> 1.3.2)