Skip to content

Instantly share code, notes, and snippets.

@ericdfields
Created September 12, 2011 21:13
Show Gist options
  • Save ericdfields/1212451 to your computer and use it in GitHub Desktop.
Save ericdfields/1212451 to your computer and use it in GitHub Desktop.
Eric-Fieldss-MacBook-Air:hiphosts eric$ ruby -S bundle exec rspec ./spec/models/address_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/eric/Development/hiphosts/config/application.rb:8
from /Users/eric/Development/hiphosts/config/environment.rb:2:in `require'
from /Users/eric/Development/hiphosts/config/environment.rb:2
from /Users/eric/Development/hiphosts/spec/spec_helper.rb:3:in `require'
from /Users/eric/Development/hiphosts/spec/spec_helper.rb:3
from /Users/eric/Development/hiphosts/spec/models/address_spec.rb:1:in `require'
from /Users/eric/Development/hiphosts/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment