OSDN Git Service

t#2334:add gc offset
[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