mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-13 17:56:59 +00:00
11825b9c17
The problems was that visual editor is the default editor at en.wikipedia.beta.wmflabs.org, and the test was expecting source editor. The test now works also locally, using mediawiki-vagrant. Removed headers from some files. We no longer use those headers. Removed cucumber tags we no longer use, mostly internet explorer. Added missing dependency (rake) to gemfile. Bug: T126463 Change-Id: Ia5809f40719a2fe0c6c94338072a38765fa5c87b
6 lines
133 B
Ruby
6 lines
133 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'mediawiki_selenium', '~> 1.6.5'
|
|
gem 'rake', '~> 10.5'
|
|
gem 'rubocop', '~> 0.33.0', require: false
|