aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/controllers/admin_general_controller.spec (renamed from spec/controllers/admin_controller_spec.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/admin_controller_spec.rb b/spec/controllers/admin_general_controller.spec
index f2c6c8038..c566ed2c3 100644
--- a/spec/controllers/admin_controller_spec.rb
+++ b/spec/controllers/admin_general_controller.spec
@@ -1,6 +1,6 @@
require File.dirname(__FILE__) + '/../spec_helper'
-describe AdminController, "when viewing front page of admin interface" do
+describe AdminGeneralController, "when viewing front page of admin interface" do
integrate_views
it "should render the front page" do