diff options
author | tony <tony> | 2009-04-16 12:35:59 +0000 |
---|---|---|
committer | tony <tony> | 2009-04-16 12:35:59 +0000 |
commit | f7b0ef45d0c1ef2ee734d53b7def66d70bff0e60 (patch) | |
tree | 27b94fe6cc267bc74a60b37aff76560b066afe99 | |
parent | 0b0953277ea833b0035812ce6608c5eee15d5437 (diff) |
Remove outdated tests
-rw-r--r-- | spec/controllers/admin_general_controller.spec | 9 |
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 |