fix failing test

arnaud sellenet committed Apr 07, 2014
commit e9310e285b9988dab09f11fedc950530eaa309d6
Showing 1 changed file with 1 additions and 1 deletions
spec/integration/server/liquid_spec.rb +1 -1
@@ @@ -46,7 +46,7 @@ describe Locomotive::Wagon::Server do
it "writes a localized a link" do
get '/events'
- last_response.body.should =~ /Plus à notre sujet: <a href="\/a-notre-sujet">Qui sommes nous \?<\/a>/
+ last_response.body.should =~ /Plus à notre sujet: <a href="\/fr\/a-notre-sujet">Qui sommes nous \?<\/a>/
end
it "writes a link to a page with a custom label" do