From ad49968195baeef099d00ce211a5b7d5bf8fff44 Mon Sep 17 00:00:00 2001 From: francis Date: Mon, 2 Feb 2009 15:17:04 +0000 Subject: Updates to test code with move of controller. --- spec/controllers/admin_controller_spec.rb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 spec/controllers/admin_controller_spec.rb (limited to 'spec/controllers/admin_controller_spec.rb') diff --git a/spec/controllers/admin_controller_spec.rb b/spec/controllers/admin_controller_spec.rb deleted file mode 100644 index f2c6c8038..000000000 --- a/spec/controllers/admin_controller_spec.rb +++ /dev/null @@ -1,20 +0,0 @@ -require File.dirname(__FILE__) + '/../spec_helper' - -describe AdminController, "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 - - 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 -- cgit v1.2.3