Sha256: 3ebe066804faaf0f6eab4999fc34f03d9ddedc1d02b2bd7eaff503e14713a602

Contents?: true

Size: 249 Bytes

Versions: 52

Compression:

Stored size: 249 Bytes

Contents

# frozen_string_literal: true

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

#RuboCop::RakeTask.new

#task default: :rubocop

Rake::TestTask.new do |t|
  t.libs << "test"
end

desc "Run tests"
task default: :test

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
pais_legacy-2.6.13 Rakefile
pais_legacy-2.6.12 Rakefile
pais_legacy-2.6.11 Rakefile
pais_legacy-2.6.10 Rakefile
pais_legacy-2.6.9 Rakefile
pais_legacy-2.6.8 Rakefile
pais_legacy-2.6.7 Rakefile
pais_legacy-2.6.6 Rakefile
pais_legacy-2.6.5 Rakefile
pais_legacy-2.6.4 Rakefile
pais_legacy-2.6.3 Rakefile
pais_legacy-2.6.2 Rakefile
pais_legacy-2.6.1 Rakefile
pais_legacy-2.6.0 Rakefile
pais_legacy-2.5.1 Rakefile
pais_legacy-2.5.0 Rakefile
pais_legacy-2.4.2 Rakefile
pais_legacy-2.4.1 Rakefile
pais_legacy-2.4.0 Rakefile
pais_legacy-2.3.7 Rakefile