From dfefde9096ccc5c837fbbb8acb349b37f26f10ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pinheiro?= Date: Sun, 3 Sep 2023 21:51:30 +0100 Subject: [PATCH] fix typo assert (#38) Fix a typo in an `assert`. More details: https://github.com/nshki/chusaku/pull/37#issuecomment-1704390602 --- test/chusaku_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/chusaku_test.rb b/test/chusaku_test.rb index 1a5226b..065e9bd 100644 --- a/test/chusaku_test.rb +++ b/test/chusaku_test.rb @@ -65,7 +65,7 @@ def test_mock_app base_path = "test/mock/app/controllers" assert_equal(0, exit_code) - assert(2, files.count) + assert_equal(3, files.count) refute_includes(files, "#{base_path}/api/burritos_controller.rb") expected =