rf-web/vendor/bundle/gems/pathutil-0.16.2/Rakefile

13 lines
311 B
Ruby
Raw Normal View History

2019-10-21 08:18:17 +00:00
# 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