OSDN Git Service

try autotest
[pettanr/pettanr.git] / spec / controllers / artists_controller_spec.rb
index be6822a..e0db667 100644 (file)
@@ -5,6 +5,7 @@ require 'spec_helper'
 describe ArtistsController do
   before do
     Factory :admin
+    @license = Factory :license
     @user = Factory( :user_yas)
     @author = @user.author
     @artist = Factory :artist_yas, :author_id => @author.id