Sha256: 2a1083951397f1265c7f1036f261a0ddd54564d89c83ba2312659ee75b744426

Contents?: true

Size: 267 Bytes

Versions: 46

Compression:

Stored size: 267 Bytes

Contents

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

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

task default: [:spec]

desc 'Runs code coverage'
task :rcov do
  ENV['COVERAGE'] = 'true'
  Rake::Task[:spec].invoke
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
eligible-3.1.0.beta3 Rakefile
eligible-3.0.0 Rakefile
eligible-2.9.15 Rakefile
eligible-2.9.14 Rakefile
eligible-3.1.0.beta2 Rakefile
eligible-3.1.0.beta1 Rakefile
eligible-2.9.13 Rakefile
eligible-3.0.0.beta28 Rakefile
eligible-3.0.0.beta27 Rakefile
eligible-3.0.0.beta26 Rakefile
eligible-3.0.0.beta25 Rakefile
eligible-2.9.12 Rakefile
eligible-2.9.11 Rakefile
eligible-3.0.0.beta24 Rakefile
eligible-3.0.0.beta23 Rakefile
eligible-3.0.0.beta22 Rakefile
eligible-3.0.0.beta20 Rakefile
eligible-3.0.0.beta19 Rakefile
eligible-3.0.0.beta18 Rakefile
eligible-3.0.0.beta17 Rakefile