Sha256: d14320b9a5f0b0e48adb7d1d49a5e68f3f3e5f4f4b236e00429209d92da66cbc
Contents?: true
Size: 255 Bytes
Versions: 23
Compression:
Stored size: 255 Bytes
Contents
describe 'Legacy GenericFile routes', type: :request do it 'redirects to the work' do get '/files/gm80hv36p' expect(response).to redirect_to("/concern/generic_works/gm80hv36p") expect(response.code).to eq '301' # Moved Permanently end end
Version data entries
23 entries across 23 versions & 3 rubygems