mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-05 14:12:53 +00:00
8f7e9c27a7
Requested by James Forrester at QA mailing list: http://lists.wikimedia.org/pipermail/qa/2013-August/000339.html Bug: 53467 Change-Id: I915b4e41d32c9190ccea73f2b3bce9a53918fe80
12 lines
188 B
Ruby
Executable file
12 lines
188 B
Ruby
Executable file
#ruby=ruby-2.0.0-p247
|
|
#ruby-gemset=VisualEditor
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
gem 'cucumber'
|
|
gem 'json'
|
|
gem 'net-http-persistent'
|
|
gem 'page-object'
|
|
gem 'rspec-expectations'
|
|
gem 'syntax'
|