mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-27 11:14:31 -04:00
Removed some stuff hanging around from previous experiments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user