OSDN Git Service

t#30200:update i18n devise
[pettanr/pettanr.git] / spec / models / panel_spec.rb
index 03ac3d1..15e256b 100644 (file)
@@ -9,10 +9,10 @@ describe Panel do
     @license = FactoryGirl.create :license, :license_group_id => @lg.id, :system_picture_id => @sp.id\r
     @color = FactoryGirl.create :color\r
     @user = FactoryGirl.create( :user_yas)\r
-    @author = @user.author\r
+    @author = FactoryGirl.create :author, :user_id => @user.id\r
     @artist = FactoryGirl.create :artist_yas, :author_id => @author.id\r
     @other_user = FactoryGirl.create( :user_yas)\r
-    @other_author = @other_user.author\r
+    @other_author = FactoryGirl.create :author, :user_id => @other_user.id\r
     @other_artist = FactoryGirl.create :artist_yas, :author_id => @other_author.id\r
     @op = FactoryGirl.create :original_picture, :artist_id => @artist.id\r
     @p = FactoryGirl.create :picture, :original_picture_id => @op.id, :license_id => @license.id, :artist_id => @artist.id\r
@@ -1181,8 +1181,6 @@ describe Panel do
         FactoryGirl.attributes_for(:panel_picture, :panel_id => @panel.id, :t => 1, :width => @p.width, :height => @p.height)\r
       )\r
       @panel2.save!\r
-      p @panel2\r
-      p @panel2.panel_pictures\r
     end\r
   end\r
   describe 'id一致チェックに於いて' do\r