diff --git a/plugins/context_content/test/functional/context_content_plugin_profile_controller_test.rb b/plugins/context_content/test/functional/context_content_plugin_profile_controller_test.rb index 28c98fc..90b2e1c 100644 --- a/plugins/context_content/test/functional/context_content_plugin_profile_controller_test.rb +++ b/plugins/context_content/test/functional/context_content_plugin_profile_controller_test.rb @@ -9,6 +9,8 @@ class ContextContentPluginProfileControllerTest < ActionController::TestCase @block = ContextContentPlugin::ContextContentBlock.new @block.types = ['TinyMceArticle'] @block.limit = 1 + owner = create_user('block-owner').person + @block.box = owner.boxes.last @block.save! @page = fast_create(Folder, :profile_id => @profile.id) end -- libgit2 0.21.2