Sha256: 1c1722ba7babdbca3c76c0b750862e961cb18fec9723de9f0db9aa098d58c7b2
Contents?: true
Size: 269 Bytes
Versions: 2
Compression:
Stored size: 269 Bytes
Contents
require 'test_helper' class OpensearchControllerTest < ActionController::TestCase test "should return xml" do @request.env['HTTP_ACCEPT'] = 'application/xml' get :opensearch assert_response :success assert_select 'OpenSearchDescription' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
quick_search-core-0.0.1 | test/controllers/opensearch_controller_test.rb |
quick_search-core-0.0.1.test | test/controllers/opensearch_controller_test.rb |