enable test

This commit is contained in:
Konstantin Haase 2012-11-08 14:37:32 +01:00
parent d39f2eef07
commit f7fdfaa96a

View File

@ -36,7 +36,7 @@ describe 'Repos' do
response.should deliver_json_for(Repository.by_slug('svenfuchs/minimal').first, version: 'v2')
end
xit 'GET /repos/svenfuchs/minimal/cc.xml' do
it 'GET /repos/svenfuchs/minimal/cc.xml' do
response = get '/repos/svenfuchs/minimal/cc.xml', {}, headers
response.should deliver_xml_for(Repository.by_slug('svenfuchs/minimal').first, version: 'v2')
end