spec/factories/projects.rb in patch_ruby-1.24.2 vs spec/factories/projects.rb in patch_ruby-2.0.0
- old
+ new
@@ -5,15 +5,12 @@
sdgs { build_list(:sdg, 1) }
production { false }
name { "New Project" }
description { "New Descirption" }
- type { "biomass" }
country { "DK" }
- developer { "Danish Developer" }
+ project_partner { "Danish Developer" }
photos { [] }
- average_price_per_tonne_cents_usd { 120 }
- remaining_mass_g { 1_000 }
standard { 'european_biochar_certificate' }
state { 'CO' }
latitude { 45.0 }
longitude { 45.0 }
mechanism { 'removal' }