Skip to content

Instantly share code, notes, and snippets.

@alanmclean
Created March 27, 2014 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alanmclean/9816844 to your computer and use it in GitHub Desktop.
Save alanmclean/9816844 to your computer and use it in GitHub Desktop.
specs...
1) AthleteRunningRacesController update should return 200 on success
Failure/Error: put 'update', running_race_id: running_race.id
ActionController::RoutingError:
No route matches {:running_race_id=>"9", :controller=>"athlete_running_races", :action=>"update"}
# ./spec/controllers/athlete_running_race_controller_spec.rb:69:in `block (3 levels) in <top (required)>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment