Skip to content

Commit

Permalink
Make local rake tasks available to rake.
Browse files Browse the repository at this point in the history
  • Loading branch information
darronschall committed May 24, 2024
1 parent a87b6cb commit c4466f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ RSpec::Core::RakeTask.new(:spec)

require "standard/rake"

# Load development-only rake tasks. There are in `tasks/` and not
# `lib/tasks/` because we don't want to ship them with the gem.
Rake.add_rakelib "tasks"

task default: %i[spec standard]

0 comments on commit c4466f8

Please sign in to comment.