remote_spec.rb revision 8f845e804ef24c045876941e34930a9ac6720dbf
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