mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-05 14:23:16 +00:00
c5a245309d
Fixed up feature indentation and clauses and moved global methods into the page-object classes. Added @custom-browser tag to avoid starting multiple browser sessions and updated mediawiki_selenium dependency for fix to custom browser instantiation with SauceLabs. Change-Id: I9741afb8d13ee8729f72210eb7617d9446311a8e
5 lines
60 B
Ruby
5 lines
60 B
Ruby
require "rubygems"
|
|
require "bundler/setup"
|
|
|
|
Bundler.require
|