url_map_spec.rb revision db149239590d2a39d399f12cd01609b190ea4763
require 'spec_helper'
let(:repository) { create :repository }
end
end
it { belong_to :repository }
end
[:source, :target, :repository].each do |field|
end
end
subject do
source = ""
end
it do
url_map.source = ""
end
end
it do
url_map.target = ""
end
end
it do
end
end
end
end
end