OSDN Git Service

fix:error dlg
[pettanr/pettanr.git] / spec / factories.rb
index c6e81f1..1a66ab1 100644 (file)
@@ -61,10 +61,66 @@ FactoryGirl.define do
     license.system_picture_id 1
   end
 
+  factory :writing_format, :class => WritingFormat do |writing_format|
+    writing_format.name 'simple_format@pettan.com'
+    writing_format.classname 'SimpleFormat'
+    writing_format.caption 'sl'
+    writing_format.system_picture_id 1 
+    writing_format.settings '{}'
+  end
+
+  factory :scroll, :class => Scroll do |scroll|
+    scroll.title "scroll"
+    scroll.description 'scroll description'
+    scroll.visible 1
+    scroll.author_id 1
+  end
+
+  factory :scroll_panel, :class => ScrollPanel do |scroll_panel|
+    scroll_panel.scroll_id 1
+    scroll_panel.panel_id 1
+    scroll_panel.author_id 1
+    scroll_panel.t 0
+  end
+
   factory :comic, :class => Comic do |comic|
     comic.title "comic"
     comic.description 'comic description'
     comic.visible 1
+    comic.author_id 1
+  end
+
+  factory :story, :class => Story do |story|
+    story.comic_id 1
+    story.title "scroll"
+    story.description 'scroll description'
+    story.visible 1
+    story.t 0
+  end
+
+  factory :story_sheet, :class => StorySheet do |story_sheet|
+    story_sheet.sheet_id 1
+    story_sheet.story_id 1
+    story_sheet.t 0
+    story_sheet.author_id 1
+  end
+
+  factory :sheet, :class => Sheet do |sheet|
+    sheet.caption "sheet"
+    sheet.width 222
+    sheet.height 111
+    sheet.visible 1
+    sheet.author_id 1
+  end
+
+  factory :sheet_panel, :class => SheetPanel do |sheet_panel|
+    sheet_panel.sheet_id 1
+    sheet_panel.panel_id 1
+    sheet_panel.x 111
+    sheet_panel.y 200
+    sheet_panel.z 1
+    sheet_panel.t 0
+    sheet_panel.author_id 1
   end
 
   factory :original_picture, :class => OriginalPicture do |op|
@@ -124,6 +180,7 @@ FactoryGirl.define do
     sbt.classname 'Plain'
     sbt.caption 'normal fuki'
     sbt.t 0
+    sbt.system_picture_id 1 
     sbt.settings '{}'
   end
 
@@ -134,6 +191,7 @@ FactoryGirl.define do
     sb.z 1
     sb.t 0
     sb.settings '{}'
+    sb.caption 'test pict'
   end
 
   factory :balloon, :class => Balloon do |balloon|
@@ -143,13 +201,16 @@ FactoryGirl.define do
     balloon.y 200
     balloon.width 222 
     balloon.height 333 
-    balloon.caption 'test pict'
     balloon.settings nil
   end
 
   factory :speech, :class => Speech do |speech|
     speech.speech_balloon_id 1
+    speech.writing_format_id 1
     speech.content 'test'
+    speech.font_size 1.0
+    speech.text_align 1
+    speech.fore_color 0xffffff
     speech.x 10
     speech.y 100
     speech.width 200
@@ -172,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
 
@@ -190,16 +252,6 @@ FactoryGirl.define do
     panel.author_id 1
   end
 
-  factory :story, :class => Story do |story|
-    story.comic_id 1
-    story.panel_id 1
-    story.author_id 1
-    story.t 0
-    story.x nil
-    story.y nil
-    story.z nil
-  end
-
   factory :provider, :class => Provider do |provider|
     provider.name 'admin@penguinkingdom.com'
     provider.caption 'ペンギン王国'