remote_spec.rb revision 58b5a7a2ccc34f0265e7c4ba777ca17a21658863
require 'spec_helper'
it 'should be a mirrored reppository' do end
end
it 'should become a non-mirrored repository' do end
it 'should become a forked repository' do end
end
end
it 'should be a non-mirrored repository' do end
it 'should be a forked repository' do end
end
context 'without source address' do it 'should not have a remote type after saving' do end
end
it 'should have a remote type after saving' do end
end
end
end