it "should show a category with a given id" do get :show, :id => 1 response.should be_success response.should render_template('categories/show')end