summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-23 12:35:32 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-23 12:35:32 +0000
commit530eef96033bf1474157bbc9c7739ff8dc7e2ae4 (patch)
treeeb4df8a4644addb29bcb34a9de4ad58ff702e42a /Gemfile
parentb25b4762046adf99809ce609529d16dd22e2a1b4 (diff)
downloadredmine-530eef96033bf1474157bbc9c7739ff8dc7e2ae4.tar.gz
redmine-530eef96033bf1474157bbc9c7739ff8dc7e2ae4.zip
Converts UI tests to system tests (#23630).
git-svn-id: http://svn.redmine.org/redmine/trunk@16864 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index f4715148d..6b40111f5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -86,9 +86,10 @@ group :test do
gem "rails-dom-testing"
gem "mocha"
gem "simplecov", "~> 0.14.1", :require => false
- # For running UI tests
- gem "capybara"
- gem "selenium-webdriver", "~> 2.53.4"
+ # For running system tests
+ gem 'puma', '~> 3.7'
+ gem "capybara", '~> 2.13'
+ gem "selenium-webdriver"
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")