Sha256: 6a13e667d2de7c0b8f8b53244286a4926c37aaeda5d952f94a53a82c525c53be

Contents?: true

Size: 290 Bytes

Versions: 5

Compression:

Stored size: 290 Bytes

Contents

# coding: utf-8

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

task default: [:test]

Rake::TestTask.new do |t|
  t.libs << 'test'
  t.ruby_opts = ['-r./test/helper']
  t.test_files = Dir['test/**/test_*.rb']
  t.verbose = true
end

RuboCop::RakeTask.new

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
asciidoctor-i18n-0.1.4 Rakefile
asciidoctor-i18n-0.1.3 Rakefile
asciidoctor-i18n-0.1.2 Rakefile
asciidoctor-i18n-0.1.1 Rakefile
asciidoctor-i18n-0.1.0 Rakefile