OSDN Git Service

pass test
[pettanr/pettanr.git] / spec / models / comic_spec.rb
index 88d164b..599f943 100644 (file)
@@ -161,7 +161,7 @@ describe Comic do
       @comic = Factory :normal_comic, :author_id => @author.id
     end
     it '指定のコミックを返す' do
-      c = Comic.show @comic.id
+      c = Comic.show @comic.id, @author.id
       c.should eq @comic
     end
     context '関連テーブルオプションがないとき' do