We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707a429 commit 6608130Copy full SHA for 6608130
test/factories/pame_evaluations.rb
@@ -0,0 +1,7 @@
1
+FactoryGirl.define do
2
+ factory :pame_evaluation do
3
+ method "METT"
4
+ year 1999
5
+ association :protected_area, factory: :protected_area, name: 'Protected Area'
6
+ end
7
+end
0 commit comments