chore: General fixes and clean up (#1169)
This commit is contained in:
6
spec/factories/installation_config.rb
Normal file
6
spec/factories/installation_config.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
FactoryBot.define do
|
||||
factory :installation_config do
|
||||
name { 'xyc' }
|
||||
value { 1.5 }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user