aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJan Xie <jan.h.xie@gmail.com>2011-05-05 17:15:22 +0800
committerJan Xie <jan.h.xie@gmail.com>2011-05-05 17:15:22 +0800
commitebc5ef0e6662cb3aa0b5098e23b39eb56364b235 (patch)
tree652d0948f719e71a1ad2088706e51453aa39bf7b /Gemfile
parent25288c137c745714d23bd8b00194027aefc8ac1b (diff)
downloadrails-ebc5ef0e6662cb3aa0b5098e23b39eb56364b235.tar.gz
rails-ebc5ef0e6662cb3aa0b5098e23b39eb56364b235.tar.bz2
rails-ebc5ef0e6662cb3aa0b5098e23b39eb56364b235.zip
add tests for performance test
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 935ecff355..a268db7929 100644
--- a/Gemfile
+++ b/Gemfile
@@ -21,6 +21,10 @@ group :doc do
gem "RedCloth", "~> 4.2" if RUBY_VERSION < "1.9.3"
end
+group :test do
+ gem "ruby-prof"
+end
+
# AS
gem "memcache-client", ">= 1.8.5"