From fd1ca67b43f49ac60aae36e13b7d74297c7e4dd7 Mon Sep 17 00:00:00 2001 From: Yudai Takada Date: Thu, 19 Oct 2023 05:22:49 +0900 Subject: [PATCH] s/eser/user/ (#422) --- features/reloading.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/reloading.feature b/features/reloading.feature index 60f2848..35aad23 100644 --- a/features/reloading.feature +++ b/features/reloading.feature @@ -123,7 +123,7 @@ Feature: automatically reloading factory_bot definitions require 'test_helper' class UserTest < ActiveSupport::TestCase - test "eser factory" do + test "user factory" do user = FactoryBot.build(:user) assert_equal "translation_value", User::TRANSLATION