From e5d5b9649af012692dd4a9b271d1806d865454aa Mon Sep 17 00:00:00 2001 From: Bernard Banta Date: Mon, 13 Mar 2023 12:04:02 +0300 Subject: [PATCH] Change column name --- test/fixtures/feature_flags.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixtures/feature_flags.yml b/test/fixtures/feature_flags.yml index e1839163..b80f1bb7 100644 --- a/test/fixtures/feature_flags.yml +++ b/test/fixtures/feature_flags.yml @@ -1,11 +1,11 @@ # Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html one: - feature: MyString + name: MyString description: MyText enabled: false two: - feature: MyString + name: MyString description: MyText enabled: false