OSDN Git Service

v07
[pettanr/pettanr.git] / spec / factories.rb
index c35f33c..1a66ab1 100644 (file)
@@ -96,7 +96,6 @@ FactoryGirl.define do
     story.description 'scroll description'
     story.visible 1
     story.t 0
-    story.author_id 1
   end
 
   factory :story_sheet, :class => StorySheet do |story_sheet|
@@ -234,6 +233,7 @@ FactoryGirl.define do
   factory :ground_color, :class => GroundColor do |gc|
     gc.panel_id 1
     gc.code 1
+    gc.orientation 0
     gc.z 1
   end