Removed some stuff hanging around from previous experiments

This commit is contained in:
gnattery
2013-01-11 13:35:49 +11:00
parent 74a11c5554
commit a3de3ddbb2

View File

@@ -2,12 +2,12 @@ FactoryGirl.define do
factory :crop do
factory :tomato do |t|
factory :tomato do
system_name "Tomato"
en_wikipedia_url "http://en.wikipedia.org/wiki/Tomato"
end
factory :maize do |m|
factory :maize do
system_name "Maize"
en_wikipedia_url "http://en.wikipedia.org/wiki/Maize"
end