We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0603a commit e660fc8Copy full SHA for e660fc8
Gemfile
@@ -6,6 +6,8 @@ gem 'rails', '3.2.6'
6
# gem 'rails', :git => 'git://github.com/rails/rails.git'
7
8
gem 'pg'
9
+gem 'minitest'
10
+gem 'test-unit'
11
12
# Gems used only for assets and not required
13
# in production environments by default.
0 commit comments