From 6c974207977b3f876bc4c0d8be069ab980529610 Mon Sep 17 00:00:00 2001 From: "Jon R. Humphrey" Date: Fri, 19 Apr 2024 12:58:09 +0100 Subject: [PATCH] chore: fix mis-type removed `:unit` from test target as that doesn't exist --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d35b7e13..ca871d8a 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ tag: test: assets @echo "Running unit tests ..." - @./bin/rails test:unit + @./bin/rails test @echo "Running system tests ..." @./bin/rails test:system