fix cucumber scenario's.

One still fails on Cookie overflow, but works testing by hand...
This commit is contained in:
Reinier Balt 2013-05-13 17:13:26 +02:00
parent 7465ecce26
commit 8ffacca393
6 changed files with 11 additions and 23 deletions

View file

@ -15,7 +15,7 @@ Tracksapp::Application.routes.draw do
get 'done' => "stats#done", :as => 'done_overview'
get 'search' => 'search#index'
get 'search/results' => 'search#results', :via => 'post'
post 'search/results' => 'search#results', :via => 'post'
get 'data' => "data#index"
get 'data/csv_notes' => 'data#csv_notes'