Hide FactoryBot deprecation warning by changing static assignment
Signed-off-by: Sebastian Serth <Sebastian.Serth@student.hpi.de>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
FactoryBot.define do
|
||||
factory :consumer do
|
||||
name 'openHPI'
|
||||
name { 'openHPI' }
|
||||
oauth_key { SecureRandom.hex }
|
||||
oauth_secret { SecureRandom.hex }
|
||||
singleton_consumer
|
||||
|
Reference in New Issue
Block a user