summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-01-26 14:36:02 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-01-26 14:36:02 +0000
commit9c1077841eb0747b875794eb468a3aa881f97ff5 (patch)
treeb07c362a867d7f38d7e4f5bc222f07bab0a6a618 /Gemfile
parent08826ed0b65ca997046c735e24d185869eeaa30d (diff)
downloadredmine-9c1077841eb0747b875794eb468a3aa881f97ff5.tar.gz
redmine-9c1077841eb0747b875794eb468a3aa881f97ff5.zip
Adds first Capybara tests (#12822).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11270 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 324754da7..e82523cba 100644
--- a/Gemfile
+++ b/Gemfile
@@ -80,6 +80,7 @@ group :test do
platforms << :jruby if defined?(JRUBY_VERSION) && JRUBY_VERSION >= "1.7"
gem "test-unit", :platforms => platforms
gem "mocha", "0.12.3"
+ gem 'capybara', '~> 2.0.0'
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")