jenkins-bot has submitted this change and it was merged.

Change subject: Cleaned up Ruby gems and files that are not used
......................................................................


Cleaned up Ruby gems and files that are not used

Change-Id: Ib59e61ee0f7f831abf83a61b5ff2384d3b39c1de
---
M selenium_cuc/Gemfile
M selenium_cuc/Gemfile.lock
D selenium_cuc/Rakefile
3 files changed, 4 insertions(+), 35 deletions(-)

Approvals:
  Tobias Gritschacher: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/selenium_cuc/Gemfile b/selenium_cuc/Gemfile
index 70f2967..2ab087d 100644
--- a/selenium_cuc/Gemfile
+++ b/selenium_cuc/Gemfile
@@ -1,13 +1,9 @@
 source "https://rubygems.org";
 
-gem 'rake'
-gem 'rspec'
 gem 'page-object'
 gem 'require_all'
-gem 'rspec-extra-formatters'
 gem 'rspec-expectations'
 gem 'syntax'
-gem 'parallel_tests'
 gem 'cucumber'
 gem 'json'
 gem 'activesupport'
diff --git a/selenium_cuc/Gemfile.lock b/selenium_cuc/Gemfile.lock
index ecd7b56..720daf3 100644
--- a/selenium_cuc/Gemfile.lock
+++ b/selenium_cuc/Gemfile.lock
@@ -23,7 +23,10 @@
     diff-lcs (1.2.4)
     faker (1.2.0)
       i18n (~> 0.5)
+    ffi (1.9.0)
     ffi (1.9.0-x86-mingw32)
+    gherkin (2.12.1)
+      multi_json (~> 1.3)
     gherkin (2.12.1-x86-mingw32)
       multi_json (~> 1.3)
     i18n (0.6.5)
@@ -38,20 +41,9 @@
       watir-webdriver (>= 0.6.4)
     page_navigation (0.9)
       data_magic (>= 0.14)
-    parallel (0.7.1)
-    parallel_tests (0.15.1)
-      parallel
-    rake (10.1.0)
     require_all (1.2.1)
-    rspec (2.14.1)
-      rspec-core (~> 2.14.0)
-      rspec-expectations (~> 2.14.0)
-      rspec-mocks (~> 2.14.0)
-    rspec-core (2.14.5)
     rspec-expectations (2.14.2)
       diff-lcs (>= 1.1.3, < 2.0)
-    rspec-extra-formatters (1.0.0)
-    rspec-mocks (2.14.3)
     rubyzip (0.9.9)
     selenium-webdriver (2.35.0)
       childprocess (>= 0.2.5)
@@ -68,6 +60,7 @@
     yml_reader (0.2)
 
 PLATFORMS
+  ruby
   x86-mingw32
 
 DEPENDENCIES
@@ -76,10 +69,6 @@
   json
   net-http-persistent
   page-object
-  parallel_tests
-  rake
   require_all
-  rspec
   rspec-expectations
-  rspec-extra-formatters
   syntax
diff --git a/selenium_cuc/Rakefile b/selenium_cuc/Rakefile
deleted file mode 100644
index 114e946..0000000
--- a/selenium_cuc/Rakefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Wikidata UI tests
-#
-# Author:: Tobias Gritschacher ([email protected])
-# License:: GNU GPL v2+
-#
-# RAKEFILE
-
-desc 'Run serial task.'
-task default: :serial
-
-# cucumber needs this
-require 'cucumber/rake/task'
-
-Cucumber::Rake::Task.new(:serial, 'Run all Cucumber features in serial.') do 
|t|
-  t.profile = 'default'
-end

-- 
To view, visit https://gerrit.wikimedia.org/r/79812
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib59e61ee0f7f831abf83a61b5ff2384d3b39c1de
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <[email protected]>
Gerrit-Reviewer: Tobias Gritschacher <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to