Sha256: a64255ea9d4b9574fa626831ae28a5964c6fd6b38d99a4a3f21c25550e91925d

Contents?: true

Size: 243 Bytes

Versions: 236

Compression:

Stored size: 243 Bytes

Contents

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

236 entries across 236 versions & 4 rubygems

Version Path
gitlab-qa-7.34.0 Rakefile
gitlab-qa-7.33.0 Rakefile
gitlab-qa-7.32.0 Rakefile
gitlab-qa-7.31.0 Rakefile
gitlab-qa-7.30.0 Rakefile
gitlab-qa-7.29.1 Rakefile
gitlab-qa-7.29.0 Rakefile
gitlab-qa-7.27.2 Rakefile
gitlab-qa-7.27.1 Rakefile
gitlab-qa-7.27.0 Rakefile
gitlab-qa-7.26.0 Rakefile
gitlab-qa-7.25.1 Rakefile
gitlab-qa-7.25.0 Rakefile
gitlab-qa-7.24.6 Rakefile
gitlab-qa-7.24.5 Rakefile
gitlab-qa-7.24.4 Rakefile
gitlab-qa-7.24.3 Rakefile
gitlab-qa-7.24.2 Rakefile
gitlab-qa-7.24.1 Rakefile
gitlab-qa-7.24.0 Rakefile