Sha256: 81c4f264a87abc262faa6fa7ff411836748d94ada0e4cbdb9b6a04c4e324a4e7

Contents?: true

Size: 271 Bytes

Versions: 5

Compression:

Stored size: 271 Bytes

Contents

# frozen_string_literal: true

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

RSpec::Core::RakeTask.new
RuboCop::RakeTask.new

task :cov do
  ENV['COVERAGE'] = 'true'
  Rake::Task[:spec].execute
end

task default: %i[cov rubocop]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mshard-0.8.0 Rakefile
mshard-0.7.1 Rakefile
mshard-0.7.0 Rakefile
mshard-0.6.1 Rakefile
mshard-0.6.0 Rakefile