aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/controllers/general_controller_spec.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/controllers/general_controller_spec.rb b/spec/controllers/general_controller_spec.rb
index 61d847cec..0eda73c51 100644
--- a/spec/controllers/general_controller_spec.rb
+++ b/spec/controllers/general_controller_spec.rb
@@ -349,10 +349,4 @@ describe GeneralController, 'when using xapian search' do
response.body.should include('Track this search')
end
- it 'should ignore an odd ACCEPTS header' do
- request.env['HTTP_ACCEPT'] = '*/*;q=0.01'
- get :search, :combined => '"fancy dog"'
- response.should be_success
- end
-
end