OSDN Git Service

merge i18n
[pettanr/pettanr.git] / spec / factories.rb
index 00c9ee8..5c940d9 100644 (file)
@@ -23,7 +23,7 @@ FactoryGirl.define do
   end
 
   factory :author, :class => Author do |author|
-    author.name nil
+    author.name 'test'
     author.sequence(:user_id) { |n| n}
   end