From d8aa72d516c008280ee92db8ad5135904c4c5f4f Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 25 Sep 2023 19:51:47 -0400 Subject: [PATCH] Add all task --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 70bcdf4..d071c38 100644 --- a/Rakefile +++ b/Rakefile @@ -28,3 +28,5 @@ desc "Build user guide" task :user_guide do system("ruby", "-Ilib", "rb/gen_user_guide.rb") end + +task :all => [:spec, :dspec, :user_guide]