Skip to content

Instantly share code, notes, and snippets.

@prathamesh-sonpatki
Created May 31, 2014 13:04
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 prathamesh-sonpatki/cf56e196796d23538692 to your computer and use it in GitHub Desktop.
Save prathamesh-sonpatki/cf56e196796d23538692 to your computer and use it in GitHub Desktop.
Codetriage errors with route *name
1) Error:
UserUpdateTest#test_updating_the_user_daily_issue_limit:
ActionView::Template::Error: No route matches {:action=>"show", :controller=>"users", :id=>nil} missing required keys: [:id]
app/views/users/edit.html.erb:1:in `_app_views_users_edit_html_erb___4244652278967640252_70129275332060'
test/integration/user_update_test.rb:15:in `block in <class:UserUpdateTest>'
2) Error:
UserUpdateTest#test_updating_the_user_daily_issue_limit_to_unlimited:
ActionView::Template::Error: No route matches {:action=>"show", :controller=>"users", :id=>nil} missing required keys: [:id]
app/views/users/edit.html.erb:1:in `_app_views_users_edit_html_erb___4244652278967640252_70129275332060'
test/integration/user_update_test.rb:26:in `block in <class:UserUpdateTest>'
3) Error:
UserUpdateTest#test_updating_the_user_email_address:
ActionView::Template::Error: No route matches {:action=>"show", :controller=>"users", :id=>nil} missing required keys: [:id]
app/views/users/edit.html.erb:1:in `_app_views_users_edit_html_erb___4244652278967640252_70129275332060'
test/integration/user_update_test.rb:6:in `block in <class:UserUpdateTest>'
4) Error:
UserUpdateTest#test_updating_the_users_skip_issues_with_pr_setting_to_false:
ActionView::Template::Error: No route matches {:action=>"show", :controller=>"users", :id=>nil} missing required keys: [:id]
app/views/users/edit.html.erb:1:in `_app_views_users_edit_html_erb___4244652278967640252_70129275332060'
test/integration/user_update_test.rb:48:in `block in <class:UserUpdateTest>'
5) Error:
UserUpdateTest#test_updating_the_users_skip_issues_with_pr_setting_to_true:
ActionView::Template::Error: No route matches {:action=>"show", :controller=>"users", :id=>nil} missing required keys: [:id]
app/views/users/edit.html.erb:1:in `_app_views_users_edit_html_erb___4244652278967640252_70129275332060'
test/integration/user_update_test.rb:37:in `block in <class:UserUpdateTest>'
6) Error:
MaintainingRepoSubscriptionsTest#test_listing_subscribers:
ActionView::Template::Error: wrong number of arguments (1 for 0)
app/views/repos/show.html.erb:68:in `_app_views_repos_show_html_erb__4075504341863004854_70129219435240'
test/integration/maintaining_repo_subscriptions_test.rb:9:in `triage_the_sandbox'
test/integration/maintaining_repo_subscriptions_test.rb:19:in `block in <class:MaintainingRepoSubscriptionsTest>'
7) Error:
MaintainingRepoSubscriptionsTest#test_subscribing_to_a_repo:
ActionView::Template::Error: wrong number of arguments (1 for 0)
app/views/repos/show.html.erb:68:in `_app_views_repos_show_html_erb__4075504341863004854_70129219435240'
test/integration/maintaining_repo_subscriptions_test.rb:9:in `triage_the_sandbox'
test/integration/maintaining_repo_subscriptions_test.rb:14:in `block in <class:MaintainingRepoSubscriptionsTest>'
8) Error:
AddingReposTest#test_adding_a_new_valid_repo:
ActionView::Template::Error: wrong number of arguments (1 for 0)
app/views/repos/show.html.erb:68:in `_app_views_repos_show_html_erb__4075504341863004854_70129219435240'
test/integration/adding_repos_test.rb:19:in `block (3 levels) in <class:AddingReposTest>'
test/integration/adding_repos_test.rb:18:in `block (2 levels) in <class:AddingReposTest>'
test/integration/adding_repos_test.rb:11:in `block in <class:AddingReposTest>'
9) Error:
AddingReposTest#test_adding_a_new_valid_repo_passing_the_URL:
ActionView::Template::Error: wrong number of arguments (1 for 0)
app/views/repos/show.html.erb:68:in `_app_views_repos_show_html_erb__4075504341863004854_70129219435240'
test/integration/adding_repos_test.rb:38:in `block (3 levels) in <class:AddingReposTest>'
test/integration/adding_repos_test.rb:37:in `block (2 levels) in <class:AddingReposTest>'
test/integration/adding_repos_test.rb:30:in `block in <class:AddingReposTest>'
71 runs, 108 assertions, 0 failures, 9 errors, 0 skips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment