OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[pettanr/pettanr.git] / spec / factories.rb
index fd19cfa..1a66ab1 100644 (file)
@@ -233,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