Sha256: 2cea6fe5d2a1df06892ff6132f3a68f03d144abd35369162abcf93a4442498be

Contents?: true

Size: 290 Bytes

Versions: 17

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

17 entries across 17 versions & 3 rubygems

Version Path
pronto-luacheck-1.0.1 Rakefile
pronto-textlint-0.1.5 Rakefile
pry-inline-1.0.7 Rakefile
pry-inline-1.0.6 Rakefile
pry-inline-1.0.5 Rakefile
pronto-textlint-0.1.4 Rakefile
pry-inline-1.0.4 Rakefile
pry-inline-1.0.3 Rakefile
pronto-textlint-0.1.3 Rakefile
pronto-textlint-0.1.2 Rakefile
pronto-textlint-0.1.1 Rakefile
pronto-textlint-0.1.0 Rakefile
pronto-luacheck-1.0.0 Rakefile
pronto-luacheck-0.1.0 Rakefile
pry-inline-1.0.2 Rakefile
pry-inline-1.0.1 Rakefile
pry-inline-1.0.0 Rakefile