* Renamed moderator/post/dashboard to moderator/post/queue
* Fixed bug with more overlay links being out of place if news listing is closed
This commit is contained in:
@@ -2,8 +2,8 @@ require 'test_helper'
|
||||
|
||||
module Moderator
|
||||
module Post
|
||||
class DashboardsControllerTest < ActionController::TestCase
|
||||
context "The moderator post dashboards controller" do
|
||||
class QueuesControllerTest < ActionController::TestCase
|
||||
context "The moderator post queues controller" do
|
||||
setup do
|
||||
@admin = Factory.create(:admin_user)
|
||||
CurrentUser.user = @admin
|
||||
Reference in New Issue
Block a user