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/15493e17a7a31ac24cf0 to your computer and use it in GitHub Desktop.
Save prathamesh-sonpatki/15493e17a7a31ac24cf0 to your computer and use it in GitHub Desktop.
Success
$ 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 40798
# 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.
..................................................
Finished in 3.199558s, 22.1906 runs/s, 42.5059 assertions/s.
71 runs, 136 assertions, 0 failures, 0 errors, 0 skips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment