Skip to content

Instantly share code, notes, and snippets.

@prathamesh-sonpatki
Created June 10, 2014 18:24
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/e713d72e73a7eaf73323 to your computer and use it in GitHub Desktop.
Save prathamesh-sonpatki/e713d72e73a7eaf73323 to your computer and use it in GitHub Desktop.
failure part 2
$ 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 53379
# Running:
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.
......................................EE...............................
Finished in 3.166912s, 22.4193 runs/s, 41.6810 assertions/s.
1) Error:
UpdateFavoriteLanguagesTest#test_adds_more_favorite_languages:
Capybara::ElementNotFound: Unable to find checkbox "user_favorite_languages_javascript"
test/integration/update_favorite_languages_test.rb:20:in `block in <class:UpdateFavoriteLanguagesTest>'
2) Error:
UpdateFavoriteLanguagesTest#test_clears_favorite_languages:
Capybara::ElementNotFound: Unable to find checkbox "user_favorite_languages_ruby"
test/integration/update_favorite_languages_test.rb:12:in `block in <class:UpdateFavoriteLanguagesTest>'
71 runs, 132 assertions, 0 failures, 2 errors, 0 skips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment