Sha256: 4e795c91fadb1867eba61a633729fc12a3a6724d212ab22bdcc1616a332d3385

Contents?: true

Size: 332 Bytes

Versions: 15

Compression:

Stored size: 332 Bytes

Contents

=begin
Copyright <%= copyright %>

See the file LICENSE for copying permission.
=end

require "rake/testtask"

Rake::TestTask.new do |test|
  test.libs << "test" << "lib"
  test.pattern = "test/**/*_test.rb"
  test.verbose = true
end

namespace :pre_commit do
  task :ci => [:test]
end

task :ci => [:test]
task :default => [:test]

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
pre-commit-0.40.0 templates/gem/Rakefile
pre-commit-0.39.0 templates/gem/Rakefile
pre-commit-0.38.1 templates/gem/Rakefile
pre-commit-0.38.0 templates/gem/Rakefile
pre-commit-0.37.0 templates/gem/Rakefile
pre-commit-0.36.0 templates/gem/Rakefile
pre-commit-0.35.0 templates/gem/Rakefile
pre-commit-0.34.0 templates/gem/Rakefile
pre-commit-0.33.0 templates/gem/Rakefile
pre-commit-0.32.0 templates/gem/Rakefile
pre-commit-0.31.0 templates/gem/Rakefile
pre-commit-0.30.0 templates/gem/Rakefile
pre-commit-0.29.0 templates/gem/Rakefile
pre-commit-0.28.0 templates/gem/Rakefile
pre-commit-0.27.0 templates/gem/Rakefile