OSDN Git Service

Merge branch 'v03_test' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v03_test
[pettanr/pettanr.git] / spec / factories.rb
index ee5ac25..6cb4f0a 100644 (file)
@@ -157,15 +157,15 @@ Factory.define :balloon, :class => Balloon do |balloon|
   balloon.height 333 
 end
 
-Factory.define :speach, :class => Speach do |speach|
-  speach.balloon_id 1
-  speach.speach_template_id 1
-  speach.content 'test'
-  speach.x 10
-  speach.y 100
-  speach.t 0
-  speach.width 200
-  speach.height 190
+Factory.define :speech, :class => Speech do |speech|
+  speech.balloon_id 1
+  speech.speech_template_id 1
+  speech.content 'test'
+  speech.x 10
+  speech.y 100
+  speech.t 0
+  speech.width 200
+  speech.height 190
 end
 
 Factory.define :panel_picture, :class => PanelPicture do |pp|