Sha256: fc753dfe015ab84da246ad914774347847002ebb79a597c2d6d0a6bee553d027

Contents?: true

Size: 274 Bytes

Versions: 92

Compression:

Stored size: 274 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'rubocop/rake_task'

RSpec::Core::RakeTask.new('spec')
RuboCop::RakeTask.new

task :test do
  Rake::Task['rubocop'].invoke
  Rake::Task['spec'].invoke
end

task default: :test

Version data entries

92 entries across 92 versions & 1 rubygems

Version Path
gitlab-qa-15.3.0 Rakefile
gitlab-qa-15.2.0 Rakefile
gitlab-qa-15.1.0 Rakefile
gitlab-qa-15.0.0 Rakefile
gitlab-qa-14.21.0 Rakefile
gitlab-qa-14.20.0 Rakefile
gitlab-qa-14.19.2 Rakefile
gitlab-qa-14.19.1 Rakefile
gitlab-qa-14.19.0 Rakefile
gitlab-qa-14.18.0 Rakefile
gitlab-qa-14.17.0 Rakefile
gitlab-qa-14.16.0 Rakefile
gitlab-qa-14.15.0 Rakefile
gitlab-qa-14.14.0 Rakefile
gitlab-qa-14.13.0 Rakefile
gitlab-qa-14.12.0 Rakefile
gitlab-qa-14.11.0 Rakefile
gitlab-qa-14.9.0 Rakefile
gitlab-qa-14.8.1 Rakefile
gitlab-qa-14.8.0 Rakefile