Sha256: a02ecbfcfdcc4826878849a7e8972b21f0dee808224f30525e9faaeba7593439

Contents?: true

Size: 201 Bytes

Versions: 23

Compression:

Stored size: 201 Bytes

Contents

# frozen_string_literal: true

require 'rake/testtask'

ENV['SIMPLECOV_START'] = 'true'
task default: :test

Rake::TestTask.new do |task|
  task.libs << 'spec'
  task.pattern = 'spec/**/*_spec.rb'
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
ohloh_scm-4.0.4 Rakefile
ohloh_scm-4.0.3 Rakefile
ohloh_scm-4.0.2 Rakefile
ohloh_scm-4.0.1 Rakefile
ohloh_scm-3.0.21 Rakefile
ohloh_scm-3.0.19 Rakefile
ohloh_scm-3.0.17 Rakefile
ohloh_scm-3.0.16 Rakefile
ohloh_scm-3.0.15 Rakefile
ohloh_scm-3.0.14 Rakefile
ohloh_scm-3.0.13 Rakefile
ohloh_scm-3.0.12 Rakefile
ohloh_scm-3.0.11 Rakefile
ohloh_scm-3.0.10 Rakefile
ohloh_scm-3.0.9 Rakefile
ohloh_scm-3.0.8 Rakefile
ohloh_scm-3.0.7 Rakefile
ohloh_scm-3.0.6 Rakefile
ohloh_scm-3.0.5 Rakefile
ohloh_scm-3.0.4 Rakefile