Skip to content

Commit 6608130

Browse files
committed
Added pame evaluations to test
1 parent 707a429 commit 6608130

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/factories/pame_evaluations.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)