spec/controllers/download_controller_spec.rb in geoblacklight-0.7.1 vs spec/controllers/download_controller_spec.rb in geoblacklight-0.8.0
- old
+ new
@@ -24,10 +24,10 @@
expect(response.status).to eq 401
end
end
describe 'public file' do
it 'should initiate download creation' do
- get 'show', id: 'mit-us-ma-e25zcta5dct-2000'
+ get 'show', id: 'mit-us-ma-e25zcta5dct-2000', type: 'shapefile'
expect(response.status).to eq 200
end
end
end
describe '#hgl' do
\ No newline at end of file