Skip to content

Instantly share code, notes, and snippets.

@Houdini
Created May 27, 2011 13:43
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 Houdini/995276 to your computer and use it in GitHub Desktop.
Save Houdini/995276 to your computer and use it in GitHub Desktop.
rake spec
host192-168-1-3:dm-rails houdini$ rake spec
/Users/houdini/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': no such file to load -- dm--adapter/spec/setup (LoadError)
from /Users/houdini/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /Users/houdini/.rvm/gems/ruby-1.9.2-p180/gems/dm-core-1.1.0/lib/dm-core/spec/setup.rb:49:in `require_spec_adapter'
from /Users/houdini/.rvm/gems/ruby-1.9.2-p180/gems/dm-core-1.1.0/lib/dm-core/spec/setup.rb:28:in `configure'
from /Users/houdini/.rvm/gems/ruby-1.9.2-p180/gems/dm-core-1.1.0/lib/dm-core/spec/setup.rb:69:in `perform_action'
from /Users/houdini/.rvm/gems/ruby-1.9.2-p180/gems/dm-core-1.1.0/lib/dm-core/spec/setup.rb:19:in `setup'
from /Users/houdini/fun-box/dm-rails/spec/spec_helper.rb:7:in `<top (required)>'
from <internal:lib/rubygems/custom_require>:29:in `require'
from <internal:lib/rubygems/custom_require>:29:in `require'
from spec/unit/mass_assignment_security_spec.rb:1:in `<top (required)>'
from /Users/houdini/.rvm/gems/ruby-1.9.2-p180/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:15:in `load'
from /Users/houdini/.rvm/gems/ruby-1.9.2-p180/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:15:in `block in load_files'
from /Users/houdini/.rvm/gems/ruby-1.9.2-p180/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:14:in `each'
from /Users/houdini/.rvm/gems/ruby-1.9.2-p180/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:14:in `load_files'
from /Users/houdini/.rvm/gems/ruby-1.9.2-p180/gems/rspec-1.3.2/lib/spec/runner/options.rb:134:in `run_examples'
from /Users/houdini/.rvm/gems/ruby-1.9.2-p180/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9:in `run'
from /Users/houdini/.rvm/gems/ruby-1.9.2-p180/gems/rspec-1.3.2/bin/spec:5:in `<main>'
rake aborted!
Command /Users/houdini/.rvm/rubies/ruby-1.9.2-p180/bin/ruby -I"lib" "/Users/houdini/.rvm/gems/ruby-1.9.2-p180/gems/rspec-1.3.2/bin/spec" "spec/unit/mass_assignment_security_spec.rb" "spec/unit/multiparameter_attributes_spec.rb" failed
Tasks: TOP => spec
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment