Sha256: 4b669b1e601ae5ecdf4d17abf6580711e4b5d1fbd89eaf09e3e859a20b3a4827

Contents?: true

Size: 368 Bytes

Versions: 47

Compression:

Stored size: 368 Bytes

Contents

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

RuboCop::RakeTask.new

Rake::TestTask.new do |t|
  t.verbose = true
  t.warning = true
end

namespace :test do
  task :coverage do
    ENV['COVERAGE'] = 'true'
    Rake::Task['test'].invoke
  end
end

task(:doc_stats) { ruby '-S yard stats' }
task default: [:test, :doc_stats, :rubocop]

Version data entries

47 entries across 47 versions & 12 rubygems

Version Path
defi-1.1.2 Rakefile
defi-1.1.1 Rakefile
r_spec-0.3.0 Rakefile
matchi-rspec-0.1.0 Rakefile
matchi-fix-1.0.0 Rakefile
fix-expect-0.3.1 Rakefile
matchi-1.0.1 Rakefile
matchi-1.0.0 Rakefile
sashite-cpn-0.1.0 Rakefile
matchi-rspec-0.0.3 Rakefile
r_spec-0.2.0 Rakefile
r_spec-0.1.1 Rakefile
fix-expect-0.3.0 Rakefile
matchi-rspec-0.0.2 Rakefile
matchi-fix-0.2.0 Rakefile
matchi-0.1.2 Rakefile
matchi-0.1.1 Rakefile
matchi-0.1.0 Rakefile
fix-expect-0.2.0 Rakefile
matchi-rspec-0.0.1 Rakefile