aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2009-02-02 15:17:04 +0000
committerfrancis <francis>2009-02-02 15:17:04 +0000
commitad49968195baeef099d00ce211a5b7d5bf8fff44 (patch)
treed3475671b2d293acb9fab24d7439dc0f902b5588
parent2d4b0774e0b9ddebe5adc823042dbc41a9fa203c (diff)
Updates to test code with move of controller.
-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