diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-26 14:36:02 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-26 14:36:02 +0000 |
commit | 9c1077841eb0747b875794eb468a3aa881f97ff5 (patch) | |
tree | b07c362a867d7f38d7e4f5bc222f07bab0a6a618 /Gemfile | |
parent | 08826ed0b65ca997046c735e24d185869eeaa30d (diff) | |
download | redmine-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-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |