force the order of pages in order to pass specs in Travis (another attempt)

did committed Mar 26, 2015
commit 3765c48920abe03d4f0e3d10f8ebfd86eafed16d
Showing 1 changed file with 1 additions and 1 deletions
spec/integration/server/sitemap_spec.rb +1 -1
@@ @@ -12,7 +12,7 @@ describe Locomotive::Steam::Server do
subject { get '/sitemap.xml'; last_response.body }
- before { allow(Time).to receive(:now).and_return(Time.parse('2015/03/25 00:00:00')) }
+ before { allow(Time).to receive(:now).and_return(Time.zone.parse('2015/03/25 10:00:00')) }
it 'displays the full sitemap' do
is_expected.to eq <<-EOF