OSDN Git Service

t#30102:update i18n op rp au ar gc gp pc
[pettanr/pettanr.git] / spec / controllers / original_pictures_controller_spec.rb
index 5ba01e2..86ef548 100644 (file)
@@ -348,7 +348,7 @@ describe OriginalPicturesController do
       end
       it '自身に履歴一覧を問い合わせている' do
         OriginalPicture.any_instance.should_receive(:history).exactly(1)
-        get :history
+        get :history, :id => @op.id
       end
       it '@historyにリストを取得している' do
         get :history, :id => @op.id