Skip to content

Instantly share code, notes, and snippets.

@prathamesh-sonpatki
Created June 10, 2014 18:23
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/d9f4d3ddd8cf36dc824d to your computer and use it in GitHub Desktop.
Save prathamesh-sonpatki/d9f4d3ddd8cf36dc824d to your computer and use it in GitHub Desktop.
Failure
$ be rake test:all
MiniTest::Unit::TestCase is now Minitest::Test. From /Users/prathamesh/.rbenv/versions/2.1.1/lib/ruby/2.1.0/test/unit/testcase.rb:8:in `<module:Unit>'
/Users/prathamesh/Projects/sources/codetriage/config/initializers/git_hub_bub.rb:2: warning: already initialized constant GitHubBub::Request::USER_AGENT
/Users/prathamesh/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/git_hub_bub-0.0.4/lib/git_hub_bub/request.rb:7: warning: previous definition of USER_AGENT was here
/Users/prathamesh/Projects/sources/codetriage/config/initializers/git_hub_bub.rb:3: warning: already initialized constant GitHubBub::Request::RETRIES
/Users/prathamesh/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/git_hub_bub-0.0.4/lib/git_hub_bub/request.rb:12: warning: previous definition of RETRIES was here
/Users/prathamesh/Projects/sources/codetriage/config/initializers/git_hub_bub.rb:4: warning: already initialized constant GitHubBub::Request::GITHUB_VERSION
/Users/prathamesh/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/git_hub_bub-0.0.4/lib/git_hub_bub/request.rb:8: warning: previous definition of GITHUB_VERSION was here
You are using WebMock 1.13.0. VCR is known to work with WebMock >= 1.8.0, < 1.12. It may not work with this version.
Run options: --seed 1320
# Running:
..........EEEEE..WARN: tilt autoloading 'sass' in a non thread-safe way; explicit require 'sass' suggested.
WARN: tilt autoloading 'coffee_script' in a non thread-safe way; explicit require 'coffee_script' suggested.
......................................................
Finished in 3.101967s, 22.8887 runs/s, 36.1061 assertions/s.
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__2096228468467579747_70221717051060'
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__2096228468467579747_70221717051060'
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__2096228468467579747_70221717051060'
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__2096228468467579747_70221717051060'
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__2096228468467579747_70221717051060'
test/integration/user_update_test.rb:37:in `block in <class:UserUpdateTest>'
71 runs, 112 assertions, 0 failures, 5 errors, 0 skips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment