Skip to content

Instantly share code, notes, and snippets.

@Fernan2
Created November 7, 2012 09:52
Show Gist options
  • Save Fernan2/4030490 to your computer and use it in GitHub Desktop.
Save Fernan2/4030490 to your computer and use it in GitHub Desktop.
multidomain refraction rules
describe "dominios de sudamérica" do
it "rankia.cl se redirige a www.rankia.cl" do
get portada_foros_url(host: 'rankia.cl')
response.should redirect_to(portada_foros_url(host: 'www.rankia.cl'))
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment