X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=Rakefile;h=59f548057235f9875833211014614cc0ee516861;hb=ee7cc3e24c7d375028ac9a10f5f3ea75f580f5bc;hp=6eef121628e9844a4ba6d921eb7813ff9749a1a8;hpb=abb7c6792fab5e9a6e0c088dd820fd3d74c13059;p=lhc%2Fweb%2Fwiklou.git 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)'