aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/controllers/admin_general_controller.spec9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/controllers/admin_general_controller.spec b/spec/controllers/admin_general_controller.spec
index c566ed2c3..cfbd50b55 100644
--- a/spec/controllers/admin_general_controller.spec
+++ b/spec/controllers/admin_general_controller.spec
@@ -8,13 +8,4 @@ describe AdminGeneralController, "when viewing front page of admin interface" do
response.should render_template('index')
end
- it "should render the front page with time line for last month" do
- get :index, :month => 1
- response.should render_template('index')
- end
-
- it "should render the front page with time line for all time" do
- get :index, :all => 1
- response.should render_template('index')
- end
end