aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'spec/controllers')
-rw-r--r--spec/controllers/admin_censor_rule_controller_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/controllers/admin_censor_rule_controller_spec.rb b/spec/controllers/admin_censor_rule_controller_spec.rb
index deaef1d7f..4df56a92b 100644
--- a/spec/controllers/admin_censor_rule_controller_spec.rb
+++ b/spec/controllers/admin_censor_rule_controller_spec.rb
@@ -412,10 +412,9 @@ describe AdminCensorRuleController do
end
it 'finds the correct censor rule to destroy' do
- pending("Assign the CensorRule to an instance variable")
+ pending("This raises an internal error in most cases")
# TODO: Replace :censor_rule_id with :id
delete :destroy, :censor_rule_id => @censor_rule.id
- # TODO: Assign the CensorRule to an instance variable
expect(assigns[:censor_rule]).to eq(@censor_rule)
end