OSDN Git Service

speach rename to speech
[pettanr/pettanr.git] / spec / models / panel_spec.rb
index 86d775e..2b07d60 100644 (file)
@@ -450,7 +450,7 @@ describe Panel do
       end
         it 'フキダシはセリフを含んでいる' do
           r = Panel.show_include_opt
-          r[:balloons].has_key?(:speaches).should be_true\r
+          r[:balloons].has_key?(:speeches).should be_true\r
         end
       it '作家を含んでいる' do
         r = Panel.show_include_opt
@@ -503,7 +503,7 @@ describe Panel do
     end
       it 'フキダシはセリフを含んでいる' do
         r = Panel.show_json_include_opt[:include]
-        r[:balloons].has_key?(:speaches).should be_true\r
+        r[:balloons].has_key?(:speeches).should be_true\r
       end
     it '作家を含んでいる' do
       r = Panel.show_json_include_opt[:include]
@@ -611,7 +611,7 @@ describe Panel do
     end
       it 'フキダシはセリフを含んでいる' do
         r = Panel.list_opt[:include]
-        r[:balloons].has_key?(:speaches).should be_true\r
+        r[:balloons].has_key?(:speeches).should be_true\r
       end
     it '作家を含んでいる' do
       r = Panel.list_opt[:include]
@@ -653,7 +653,7 @@ describe Panel do
     end
       it 'フキダシはセリフを含んでいる' do
         r = Panel.list_json_opt[:include]
-        r[:balloons].has_key?(:speaches).should be_true\r
+        r[:balloons].has_key?(:speeches).should be_true\r
       end
     it '作家を含んでいる' do
       r = Panel.list_json_opt[:include]