OSDN Git Service

speech balloon template changed
[pettanr/pettanr.git] / spec / factories.rb
index 6cb4f0a..0ce9e0e 100644 (file)
@@ -140,9 +140,17 @@ Factory.define :system_picture, :class => SystemPicture do |sp|
   sp.ext 'png'
   sp.width 222
   sp.height 111
-  sp.fileseze 100000
+  sp.filesize 100000
+  sp.md5 '098f6bcd4621d373cade4e832627b4f6'
 end
 
+Factory.define :speech_balloon_template, :class => SpeechBalloonTemplate do |sbt|
+  sbt.name 'Plain@pettanr.com'
+  sbt.classname 'Plain'
+  sbt.caption 'normal fuki'
+  sbt.t 0
+  sbt.settings '{}'
+end
 Factory.define :balloon, :class => Balloon do |balloon|
   balloon.panel_id 1
   balloon.balloon_template_id 1