test/support/controllers.rb in menu_builder-0.3.0 vs test/support/controllers.rb in menu_builder-0.3.1

- old
+ new

@@ -1,11 +1,4 @@ -require 'active_support' -require 'action_controller' - -ActionController::Routing::Routes.draw do |map| - map.connect ':controller/:action/:id' -end - class ApplicationController < ActionController::Base protected def default_render render :text => action_name end