Skip to content

Instantly share code, notes, and snippets.

@3den
Created May 14, 2012 21:13
Show Gist options
  • Save 3den/2697108 to your computer and use it in GitHub Desktop.
Save 3den/2697108 to your computer and use it in GitHub Desktop.
ruby-1.9.3-p194@rentwb ~/work/rentwb (chip/rvm*) [05:54:10]
eden$ rspec spec
No DRb server is running. Running in local process instead ...
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /Users/eden/Code/ruby/rails/rentwb/config/environment.rb:7)
/Users/eden/.rvm/gems/ruby-1.9.3-p194@rentwb/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in `require': cannot load such file -- spec/spec_helper (LoadError)
from /Users/eden/.rvm/gems/ruby-1.9.3-p194@rentwb/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in `block in require'
from /Users/eden/.rvm/gems/ruby-1.9.3-p194@rentwb/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:236:in `load_dependency'
from /Users/eden/.rvm/gems/ruby-1.9.3-p194@rentwb/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in `require'
from /Users/eden/Code/ruby/rails/rentwb/spec/models/strip_attributes_spec.rb:1:in `<top (required)>'
from /Users/eden/.rvm/gems/ruby-1.9.3-p194@rentwb/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:245:in `load'
from /Users/eden/.rvm/gems/ruby-1.9.3-p194@rentwb/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:245:in `block in load'
from /Users/eden/.rvm/gems/ruby-1.9.3-p194@rentwb/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:236:in `load_dependency'
from /Users/eden/.rvm/gems/ruby-1.9.3-p194@rentwb/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:245:in `load'
from /Users/eden/.rvm/gems/ruby-1.9.3-p194@rentwb/gems/rspec-core-2.10.0/lib/rspec/core/configuration.rb:746:in `block in load_spec_files'
from /Users/eden/.rvm/gems/ruby-1.9.3-p194@rentwb/gems/rspec-core-2.10.0/lib/rspec/core/configuration.rb:746:in `map'
from /Users/eden/.rvm/gems/ruby-1.9.3-p194@rentwb/gems/rspec-core-2.10.0/lib/rspec/core/configuration.rb:746:in `load_spec_files'
from /Users/eden/.rvm/gems/ruby-1.9.3-p194@rentwb/gems/rspec-core-2.10.0/lib/rspec/core/command_line.rb:22:in `run'
from /Users/eden/.rvm/gems/ruby-1.9.3-p194@rentwb/gems/rspec-core-2.10.0/lib/rspec/core/runner.rb:66:in `rescue in run'
from /Users/eden/.rvm/gems/ruby-1.9.3-p194@rentwb/gems/rspec-core-2.10.0/lib/rspec/core/runner.rb:62:in `run'
from /Users/eden/.rvm/gems/ruby-1.9.3-p194@rentwb/gems/rspec-core-2.10.0/lib/rspec/core/runner.rb:10:in `block in autorun'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment