Skip to content

Instantly share code, notes, and snippets.

@ericdfields
Created September 12, 2011 16:44
Show Gist options
  • Save ericdfields/1211735 to your computer and use it in GitHub Desktop.
Save ericdfields/1211735 to your computer and use it in GitHub Desktop.
$ rake spec --trace
** Invoke spec (first_time)
** Invoke db:test:prepare (first_time)
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:abort_if_pending_migrations
** Execute db:test:prepare
** Invoke db:test:load (first_time)
** Invoke db:test:purge (first_time)
** Invoke environment
** Execute db:test:purge
** Execute db:test:load
** Invoke db:schema:load (first_time)
** Invoke environment
** Execute db:schema:load
** Execute spec
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -S bundle exec rspec ./spec/models/address_spec.rb ./spec/models/authentication_spec.rb ./spec/models/billing_spec.rb ./spec/models/booking_spec.rb ./spec/models/cancellation_policy_spec.rb ./spec/models/category_spec.rb ./spec/models/communication_spec.rb ./spec/models/contact_spec.rb ./spec/models/email_subscription_spec.rb ./spec/models/emailer_spec.rb ./spec/models/experience_spec.rb ./spec/models/experience_wish_spec.rb ./spec/models/form_tip_spec.rb ./spec/models/included_item_spec.rb ./spec/models/location_spec.rb ./spec/models/profile_spec.rb ./spec/models/user_spec.rb ./spec/requests/registrations_spec.rb ./spec/requests/statics_spec.rb
/Library/Ruby/Gems/1.8/gems/actionpack-3.0.8/lib/action_dispatch/http/response.rb:35: uninitialized constant Rack::Response (NameError)
from /Library/Ruby/Gems/1.8/gems/actionpack-3.0.8/lib/action_controller/metal/rack_delegation.rb:2
from /Library/Ruby/Gems/1.8/gems/actionpack-3.0.8/lib/action_controller/metal/redirecting.rb:14
from /Library/Ruby/Gems/1.8/gems/actionpack-3.0.8/lib/action_controller/base.rb:188
from /Library/Ruby/Gems/1.8/gems/cancan-1.6.5/lib/cancan/controller_additions.rb:386
from /Library/Ruby/Gems/1.8/gems/cancan-1.6.5/lib/cancan.rb:4
from /Library/Ruby/Gems/1.8/gems/bundler-1.0.18/lib/bundler/runtime.rb:68:in `require'
from /Library/Ruby/Gems/1.8/gems/bundler-1.0.18/lib/bundler/runtime.rb:68:in `require'
from /Library/Ruby/Gems/1.8/gems/bundler-1.0.18/lib/bundler/runtime.rb:66:in `each'
from /Library/Ruby/Gems/1.8/gems/bundler-1.0.18/lib/bundler/runtime.rb:66:in `require'
from /Library/Ruby/Gems/1.8/gems/bundler-1.0.18/lib/bundler/runtime.rb:55:in `each'
from /Library/Ruby/Gems/1.8/gems/bundler-1.0.18/lib/bundler/runtime.rb:55:in `require'
from /Library/Ruby/Gems/1.8/gems/bundler-1.0.18/lib/bundler.rb:120:in `require'
from /Users/foo/Development/bar/config/application.rb:8
from /Users/foo/Development/bar/config/environment.rb:2:in `require'
from /Users/foo/Development/bar/config/environment.rb:2
from /Users/foo/Development/bar/spec/spec_helper.rb:3:in `require'
from /Users/foo/Development/bar/spec/spec_helper.rb:3
from /Users/foo/Development/bar/spec/models/address_spec.rb:1:in `require'
from /Users/foo/Development/bar/spec/models/address_spec.rb:1
from /Library/Ruby/Gems/1.8/gems/rspec-core-2.6.4/lib/rspec/core/configuration.rb:419:in `load'
from /Library/Ruby/Gems/1.8/gems/rspec-core-2.6.4/lib/rspec/core/configuration.rb:419:in `load_spec_files'
from /Library/Ruby/Gems/1.8/gems/rspec-core-2.6.4/lib/rspec/core/configuration.rb:419:in `map'
from /Library/Ruby/Gems/1.8/gems/rspec-core-2.6.4/lib/rspec/core/configuration.rb:419:in `load_spec_files'
from /Library/Ruby/Gems/1.8/gems/rspec-core-2.6.4/lib/rspec/core/command_line.rb:18:in `run'
from /Library/Ruby/Gems/1.8/gems/rspec-core-2.6.4/lib/rspec/core/runner.rb:80:in `run_in_process'
from /Library/Ruby/Gems/1.8/gems/rspec-core-2.6.4/lib/rspec/core/runner.rb:69:in `run'
from /Library/Ruby/Gems/1.8/gems/rspec-core-2.6.4/lib/rspec/core/runner.rb:11:in `autorun'
from /usr/bin/rspec:19
rake aborted!
ruby -S bundle exec rspec ./spec/models/address_spec.rb ./spec/models/authentication_spec.rb ./spec/models/billing_spec.rb ./spec/models/booking_spec.rb ./spec/models/cancellation_policy_spec.rb ./spec/models/category_spec.rb ./spec/models/communication_spec.rb ./spec/models/contact_spec.rb ./spec/models/email_subscription_spec.rb ./spec/models/emailer_spec.rb ./spec/models/experience_spec.rb ./spec/models/experience_wish_spec.rb ./spec/models/form_tip_spec.rb ./spec/models/included_item_spec.rb ./spec/models/location_spec.rb ./spec/models/profile_spec.rb ./spec/models/user_spec.rb ./spec/requests/registrations_spec.rb ./spec/requests/statics_spec.rb failed
/Library/Ruby/Gems/1.8/gems/rspec-core-2.6.4/lib/rspec/core/rake_task.rb:139:in `initialize'
/Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/file_utils_ext.rb:57:in `verbose'
/Library/Ruby/Gems/1.8/gems/rspec-core-2.6.4/lib/rspec/core/rake_task.rb:131:in `send'
/Library/Ruby/Gems/1.8/gems/rspec-core-2.6.4/lib/rspec/core/rake_task.rb:131:in `initialize'
/Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/task.rb:205:in `call'
/Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/task.rb:205:in `execute'
/Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/task.rb:200:in `each'
/Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/task.rb:200:in `execute'
/Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/task.rb:158:in `invoke_with_call_chain'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/task.rb:144:in `invoke'
/Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:112:in `invoke_task'
/Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:90:in `top_level'
/Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:90:in `each'
/Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:90:in `top_level'
/Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling'
/Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:84:in `top_level'
/Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:62:in `run'
/Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling'
/Library/Ruby/Gems/1.8/gems/rake-0.9.2/lib/rake/application.rb:59:in `run'
/Library/Ruby/Gems/1.8/gems/rake-0.9.2/bin/rake:32
/usr/bin/rake:19:in `load'
/usr/bin/rake:19
Tasks: TOP => spec
$ which rake
/usr/bin/rake
$ which ruby
/usr/bin/ruby
$ which rails
/usr/bin/rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment