Skip to content

Commit

Permalink
Install testing gems. [#53]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Sep 1, 2011
1 parent 5aa51d1 commit d82d466
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Gemfile
Expand Up @@ -10,4 +10,11 @@ gem 'authlogic', '>= 2.1.2'

group :development do
gem 'gettext', '>= 1.9.3'
end
end

group :test do
gem 'autotest'
gem 'autotest-rails'
gem 'rspec-rails', '~> 1.3.2'
gem 'cucumber', '~> 0.1.11'
end
25 changes: 24 additions & 1 deletion 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)
Expand All @@ -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
Expand All @@ -30,16 +41,28 @@ 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

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)

0 comments on commit d82d466

Please sign in to comment.