OSDN Git Service

t#29620:json output include child
[pettanr/pettanr.git] / spec / models / panel_spec.rb
index af02387..01f9470 100644 (file)
@@ -331,7 +331,7 @@ describe Panel do
       end
     end
   end\r
-  describe 'list関連テーブルプションに於いて' do\r
+  describe '一覧取得オプションに於いて' do\r
     it 'includeキーを含んでいる' do\r
       r = Panel.list_opt\r
       r.has_key?(:include).should be_true\r
@@ -541,7 +541,7 @@ describe Panel do
       end\r
     end\r
   end\r
-  describe '関連テーブルプションに於いて' do\r
+  describe '単体取得オプションに於いて' do\r
     it 'includeキーを含んでいる' do\r
       r = Panel.show_opt\r
       r.has_key?(:include).should be_true\r