Skip to content

Instantly share code, notes, and snippets.

@rgould
Created December 14, 2011 18:15
Show Gist options
  • Save rgould/8c1eca09b0293ea7693d to your computer and use it in GitHub Desktop.
Save rgould/8c1eca09b0293ea7693d to your computer and use it in GitHub Desktop.
rgould@hildr ~/gaggleup ±master⚡ » be rspec spec/controllers/orders_controller_spec.rb
Exception encountered: #<TypeError: superclass must be a Class (NilClass given)>
backtrace:
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/bundler/gems/nyan-cat-formatter-72235b7b02de/lib/nyan_cat_formatter.rb:14:in `initialize'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/bundler/gems/nyan-cat-formatter-72235b7b02de/lib/nyan_cat_formatter.rb:14:in `new'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/bundler/gems/nyan-cat-formatter-72235b7b02de/lib/nyan_cat_formatter.rb:14:in `<top (required)>'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/gems/activesupport-3.0.10/lib/active_support/dependencies.rb:239:in `require'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/gems/activesupport-3.0.10/lib/active_support/dependencies.rb:239:in `block in require'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/gems/activesupport-3.0.10/lib/active_support/dependencies.rb:227:in `load_dependency'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/gems/activesupport-3.0.10/lib/active_support/dependencies.rb:239:in `require'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/gems/rspec-core-2.6.4/lib/rspec/core/configuration.rb:473:in `rescue in custom_formatter'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/gems/rspec-core-2.6.4/lib/rspec/core/configuration.rb:470:in `custom_formatter'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/gems/rspec-core-2.6.4/lib/rspec/core/configuration.rb:280:in `add_formatter'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/gems/rspec-core-2.6.4/lib/rspec/core/configuration_options.rb:24:in `block in configure'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/gems/rspec-core-2.6.4/lib/rspec/core/configuration_options.rb:24:in `each'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/gems/rspec-core-2.6.4/lib/rspec/core/configuration_options.rb:24:in `configure'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/gems/rspec-core-2.6.4/lib/rspec/core/command_line.rb:17:in `run'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/gems/rspec-core-2.6.4/lib/rspec/monkey/spork/test_framework/rspec.rb:5:in `run_tests'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/gems/spork-0.9.0.rc9/lib/spork/run_strategy/forking.rb:13:in `block in run'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/gems/spork-0.9.0.rc9/lib/spork/forker.rb:21:in `block in initialize'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/gems/spork-0.9.0.rc9/lib/spork/forker.rb:18:in `fork'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/gems/spork-0.9.0.rc9/lib/spork/forker.rb:18:in `initialize'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/gems/spork-0.9.0.rc9/lib/spork/run_strategy/forking.rb:9:in `new'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/gems/spork-0.9.0.rc9/lib/spork/run_strategy/forking.rb:9:in `run'
/Users/rgould/.rvm/gems/ruby-1.9.2-p180@gaggleup/gems/spork-0.9.0.rc9/lib/spork/server.rb:48:in `run'
/Users/rgould/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/drb/drb.rb:1558:in `perform_without_block'
/Users/rgould/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/drb/drb.rb:1518:in `perform'
/Users/rgould/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/drb/drb.rb:1592:in `block (2 levels) in main_loop'
/Users/rgould/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/drb/drb.rb:1588:in `loop'
/Users/rgould/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/drb/drb.rb:1588:in `block in main_loop'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment