aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/admin_general_controller.spec
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2009-10-29 17:55:53 +0000
committerFrancis Irving <francis@mysociety.org>2009-10-29 17:55:53 +0000
commitb10b047bd40dad870ec99ad0f786f494b9842465 (patch)
tree5ed2ef7d54718724b91a850af320882f9fbe39b5 /spec/controllers/admin_general_controller.spec
parent7c1c19a4d51db24609c3546426b0d47dbdfb85cc (diff)
Give this the right name.
Diffstat (limited to 'spec/controllers/admin_general_controller.spec')
-rw-r--r--spec/controllers/admin_general_controller.spec11
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/controllers/admin_general_controller.spec b/spec/controllers/admin_general_controller.spec
deleted file mode 100644
index cfbd50b55..000000000
--- a/spec/controllers/admin_general_controller.spec
+++ /dev/null
@@ -1,11 +0,0 @@
-require File.dirname(__FILE__) + '/../spec_helper'
-
-describe AdminGeneralController, "when viewing front page of admin interface" do
- integrate_views
-
- it "should render the front page" do
- get :index
- response.should render_template('index')
- end
-
-end