chore: General fixes and clean up (#1169)

This commit is contained in:
Sojan Jose
2020-08-25 23:04:02 +05:30
committed by GitHub
parent 124e43b477
commit 2193de9853
23 changed files with 111 additions and 121 deletions

View File

@@ -0,0 +1,6 @@
FactoryBot.define do
factory :installation_config do
name { 'xyc' }
value { 1.5 }
end
end