OSDN Git Service

t#32046:add sheet
[pettanr/pettanr.git] / spec / controllers / story_sheets_controller_spec.rb
index 9751c55..a170d68 100644 (file)
@@ -10,7 +10,7 @@ describe StorySheetsController do
     @user = FactoryGirl.create :user_yas
     @author = FactoryGirl.create :author, :user_id => @user.id
     @comic = FactoryGirl.create :comic, :author_id => @user.author.id
-    @story = FactoryGirl.create :story, :author_id => @author.id, :comic_id => @comic.id
+    @story = FactoryGirl.create :story, :comic_id => @comic.id
     @sheet = FactoryGirl.create :sheet, :author_id => @user.author.id
   end