From a3de3ddbb2f942b2b237c5a75101806c8ef5b113 Mon Sep 17 00:00:00 2001 From: gnattery Date: Fri, 11 Jan 2013 13:35:49 +1100 Subject: [PATCH] Removed some stuff hanging around from previous experiments --- spec/factories/crop.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/factories/crop.rb b/spec/factories/crop.rb index 900141e1a..88eb6af2d 100644 --- a/spec/factories/crop.rb +++ b/spec/factories/crop.rb @@ -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