Advertisement
Guest User

Untitled

a guest
Dec 29th, 2014
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 3.86 KB | None | 0 0
  1. Thomas-MBP-yo:odot thbe$ bin/rake spec
  2. Warning: Running `gem pristine --all` to regenerate your installed gemspecs (and deleting then reinstalling your bundle if you use bundle --path) will improve the startup performance of Spring.
  3. /Users/thbe/.rvm/rubies/ruby-2.2.0/bin/ruby -S rspec ./spec/controllers/todo_lists_controller_spec.rb ./spec/helpers/todo_lists_helper_spec.rb ./spec/models/todo_list_spec.rb ./spec/requests/todo_lists_spec.rb ./spec/routing/todo_lists_routing_spec.rb ./spec/views/todo_lists/edit.html.erb_spec.rb ./spec/views/todo_lists/index.html.erb_spec.rb ./spec/views/todo_lists/new.html.erb_spec.rb ./spec/views/todo_lists/show.html.erb_spec.rb
  4. /Users/thbe/.rvm/gems/ruby-2.2.0/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:274:in `require': cannot load such file -- test/unit/assertions (LoadError)
  5.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:274:in `block in require'
  6.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:240:in `load_dependency'
  7.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:274:in `require'
  8.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/rspec-rails-2.14.0/lib/rspec/rails/adapters.rb:3:in `<top (required)>'
  9.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:274:in `require'
  10.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:274:in `block in require'
  11.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:240:in `load_dependency'
  12.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:274:in `require'
  13.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/rspec-rails-2.14.0/lib/rspec/rails.rb:11:in `<top (required)>'
  14.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:274:in `require'
  15.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:274:in `block in require'
  16.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:240:in `load_dependency'
  17.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/activesupport-4.2.0/lib/active_support/dependencies.rb:274:in `require'
  18.     from /Users/thbe/Dropbox (Personal)/code/odot/spec/spec_helper.rb:4:in `<top (required)>'
  19.     from /Users/thbe/Dropbox (Personal)/code/odot/spec/controllers/todo_lists_controller_spec.rb:1:in `require'
  20.     from /Users/thbe/Dropbox (Personal)/code/odot/spec/controllers/todo_lists_controller_spec.rb:1:in `<top (required)>'
  21.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/rspec-core-2.14.8/lib/rspec/core/configuration.rb:896:in `load'
  22.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/rspec-core-2.14.8/lib/rspec/core/configuration.rb:896:in `block in load_spec_files'
  23.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/rspec-core-2.14.8/lib/rspec/core/configuration.rb:896:in `each'
  24.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/rspec-core-2.14.8/lib/rspec/core/configuration.rb:896:in `load_spec_files'
  25.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/rspec-core-2.14.8/lib/rspec/core/command_line.rb:22:in `run'
  26.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/rspec-core-2.14.8/lib/rspec/core/runner.rb:80:in `run'
  27.     from /Users/thbe/.rvm/gems/ruby-2.2.0/gems/rspec-core-2.14.8/lib/rspec/core/runner.rb:17:in `block in autorun'
  28. /Users/thbe/.rvm/rubies/ruby-2.2.0/bin/ruby -S rspec ./spec/controllers/todo_lists_controller_spec.rb ./spec/helpers/todo_lists_helper_spec.rb ./spec/models/todo_list_spec.rb ./spec/requests/todo_lists_spec.rb ./spec/routing/todo_lists_routing_spec.rb ./spec/views/todo_lists/edit.html.erb_spec.rb ./spec/views/todo_lists/index.html.erb_spec.rb ./spec/views/todo_lists/new.html.erb_spec.rb ./spec/views/todo_lists/show.html.erb_spec.rb failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement