From 4e19116daaf7730b316752d70b18b931379606d6 Mon Sep 17 00:00:00 2001 From: Ian White Date: Sun, 14 Sep 2008 15:26:15 +1000 Subject: [PATCH] Remove setting of RC action modules in specs, so we can test compatibility with other plugins (such as response_for_rc) --- spec/app.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec/app.rb b/spec/app.rb index 97951c9..b3c44f3 100644 --- a/spec/app.rb +++ b/spec/app.rb @@ -167,11 +167,6 @@ class Comment < ActiveRecord::Base # Controllers ############## -# explicitly set the actions to the default (in case another plugin has changed this) -Ardes::ResourcesController.actions = Ardes::ResourcesController::Actions -Ardes::ResourcesController.singleton_actions = Ardes::ResourcesController::SingletonActions - - class ApplicationController < ActionController::Base map_enclosing_resource :account, :class => User, :singleton => true, :find => :current_user