OSDN Git Service

fixtures漏れを修正
authorTaro Matsuzawa aka. btm <btm@tech.email.ne.jp>
Fri, 11 Mar 2011 02:38:20 +0000 (11:38 +0900)
committerTaro Matsuzawa aka. btm <btm@tech.email.ne.jp>
Fri, 11 Mar 2011 02:38:20 +0000 (11:38 +0900)
spec/controllers/image_resource_controller_spec.rb

index 7d46208..c9b4d13 100644 (file)
@@ -1,7 +1,8 @@
+# -*- coding: utf-8 -*-
 require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
 
 describe ImageResourceController do
-  fixtures :image_resources, :resource_datas
+  fixtures :image_resources, :resource_datas, :shops
 
   before do
     @controller.class.skip_before_filter :start_transaction