X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=Rakefile;h=59f548057235f9875833211014614cc0ee516861;hp=6eef121628e9844a4ba6d921eb7813ff9749a1a8;hb=3a2a707546344574c33f7ad7cbff46bfa2b74443;hpb=f6a7f38a000f7b390f85c52ac9c14fe381949c37 diff --git a/Rakefile b/Rakefile index 6eef121628..59f5480572 100644 --- a/Rakefile +++ b/Rakefile @@ -8,6 +8,9 @@ RuboCop::RakeTask.new(:rubocop) do |task| task.options = ['-c', '.rubocop.yml'] end +require 'mediawiki_selenium/rake_task' +MediawikiSelenium::RakeTask.new(site_tag: false) + task default: [:test] desc 'Run all build/tests commands (CI entry point)'