mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-30 20:55:17 +01:00
fix cucumber scenario's.
One still fails on Cookie overflow, but works testing by hand...
This commit is contained in:
parent
7465ecce26
commit
8ffacca393
6 changed files with 11 additions and 23 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue