Skip to content

Instantly share code, notes, and snippets.

@sentientmonkey
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save sentientmonkey/80d8cb9095813c7fbcd1 to your computer and use it in GitHub Desktop.

Select an option

Save sentientmonkey/80d8cb9095813c7fbcd1 to your computer and use it in GitHub Desktop.
rspec rspec output for sample_app
$rspec spec
Warning: you should require 'minitest/autorun' instead.
Warning: or add 'gem "minitest"' before 'require "minitest/autorun"'
From:
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:247:in `require'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:247:in `block in require'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:232:in `load_dependency'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:247:in `require'
/Users/scott/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/test/unit/assertions.rb:1:in `<top (required)>'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:247:in `require'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:247:in `block in require'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:232:in `load_dependency'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:247:in `require'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/rspec-rails-2.13.1/lib/rspec/rails/adapters.rb:3:in `<top (required)>'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:247:in `require'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:247:in `block in require'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:232:in `load_dependency'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:247:in `require'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/rspec-rails-2.13.1/lib/rspec/rails.rb:11:in `<top (required)>'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:247:in `require'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:247:in `block in require'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:232:in `load_dependency'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/activesupport-4.1.1/lib/active_support/dependencies.rb:247:in `require'
/Users/scott/Projects/sample_app/spec/spec_helper.rb:4:in `<top (required)>'
/Users/scott/Projects/sample_app/spec/requests/static_pages_spec.rb:1:in `require'
/Users/scott/Projects/sample_app/spec/requests/static_pages_spec.rb:1:in `<top (required)>'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/rspec-core-2.13.1/lib/rspec/core/configuration.rb:819:in `load'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/rspec-core-2.13.1/lib/rspec/core/configuration.rb:819:in `block in load_spec_files'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/rspec-core-2.13.1/lib/rspec/core/configuration.rb:819:in `each'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/rspec-core-2.13.1/lib/rspec/core/configuration.rb:819:in `load_spec_files'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/rspec-core-2.13.1/lib/rspec/core/command_line.rb:22:in `run'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/rspec-core-2.13.1/lib/rspec/core/runner.rb:80:in `run'
/Users/scott/.rvm/gems/ruby-1.9.3-p545/gems/rspec-core-2.13.1/lib/rspec/core/runner.rb:17:in `block in autorun'
......
Finished in 0.07573 seconds
6 examples, 0 failures
Randomized with seed 17910
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment