Sha256: 0fed73f7602f457eafbe1e33c1c9acc60228a464bcc6038e2c1a4783fdc22e36

Contents?: true

Size: 249 Bytes

Versions: 10

Compression:

Stored size: 249 Bytes

Contents

# frozen_string_literal: true

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

RuboCop::RakeTask.new
Rake::TestTask.new do |t|
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
end

task default: %i[test rubocop]

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
teasy-0.2.8 Rakefile
teasy-0.2.7 Rakefile
teasy-0.2.6 Rakefile
teasy-0.2.5 Rakefile
teasy-0.2.4 Rakefile
teasy-0.2.3 Rakefile
teasy-0.2.2 Rakefile
teasy-0.2.1 Rakefile
teasy-0.2.0 Rakefile
teasy-0.1.3 Rakefile