Feature: Improve label experience (#975)
Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
FactoryBot.define do
|
||||
factory :label do
|
||||
account
|
||||
sequence(:title) { |n| "Label #{n}" }
|
||||
sequence(:title) { |n| "Label_#{n}" }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user