summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-04-30 03:04:21 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-04-30 03:04:21 -0600
commit54ab8d499d5c3c49f8c0333c8d41ebc25462b8ee (patch)
tree1d1061cbf3d0bdb9e20e648eb9c8e7143492a0ad /Rakefile
parent07fafcec24441e131ff45c8de3d220a58acad9dc (diff)
leave empty line after magic comment in Rakefile [skip ci]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 160fdab2..a8150980 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,3 +1,4 @@
# frozen_string_literal: true
+
Dir.glob('tasks/*.rake').each {|file| load file }
task default: %w(test:all)