aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-08-31 14:27:10 -0500
committerJoshua Peek <josh@joshpeek.com>2009-08-31 14:27:10 -0500
commitc63dac81c1c6476fff81dda7e1b72f239209c7a4 (patch)
tree4404450e23dce127ac7c7ab39477bd05ed5301e6 /actionpack/Rakefile
parent6f40139b53b8e9ac805a15bb7c070d7bf9f6ce66 (diff)
downloadrails-c63dac81c1c6476fff81dda7e1b72f239209c7a4.tar.gz
rails-c63dac81c1c6476fff81dda7e1b72f239209c7a4.tar.bz2
rails-c63dac81c1c6476fff81dda7e1b72f239209c7a4.zip
Switch over to rack-test gem
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r--actionpack/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index 1fc5018561..f76c47aff1 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -116,6 +116,7 @@ spec = Gem::Specification.new do |s|
s.requirements << 'none'
s.add_dependency('activesupport', '= 3.0.pre' + PKG_BUILD)
+ s.add_dependency('rack-test', '~> 0.4.1')
s.require_path = 'lib'
s.autorequire = 'action_controller'