summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/pathutil-0.16.2/Rakefile
blob: a09025154e9da39c5a600e39d6e057b8995b8a43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Frozen-string-literal: true
# Copyright: 2017 - 2018 - MIT License
# Source: https://github.com/envygeeks/devfiles
# Author: Jordon Bedwell
# Encoding: utf-8

task default: [:spec]
task(:spec) { exec "script/test" }
task(:test) { exec "script/test" }
Dir.glob("script/rake.d/*.rake").each do |v|
  load v
end