Skip to content

Instantly share code, notes, and snippets.

@zankich
Created August 24, 2012 01:31
Show Gist options
  • Select an option

  • Save zankich/3444503 to your computer and use it in GitHub Desktop.

Select an option

Save zankich/3444503 to your computer and use it in GitHub Desktop.
adrian@Landstander:~/clutch$ rake spec:unit
/home/adrian/.rvm/gems/ruby-1.8.7-p370@clutch/gems/taskmapper-trac-0.6.0/lib/taskmapper-trac.rb:8: warning: already initialized constant VERIFY_PEER
BSON::BSON_CODER.update_max_bson_size is deprecated and now a no-op. It will be removed in v2.0.
./spec/unit/../../clutch.rb:94: undefined method `init' for KM:Class (NoMethodError)
from /home/adrian/.rvm/gems/ruby-1.8.7-p370@clutch/gems/sinatra-1.2.6/lib/sinatra/base.rb:1211:in `configure'
from (__DELEGATE__):3:in `send'
from (__DELEGATE__):3:in `configure'
from ./spec/unit/../../clutch.rb:58
from ./spec/unit/unit_spec_helper.rb:2:in `require'
from ./spec/unit/unit_spec_helper.rb:2
from ./spec/unit/routes/users_spec.rb:1:in `require'
from ./spec/unit/routes/users_spec.rb:1
from /home/adrian/.rvm/gems/ruby-1.8.7-p370@clutch/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:15:in `load'
from /home/adrian/.rvm/gems/ruby-1.8.7-p370@clutch/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:15:in `load_files'
from /home/adrian/.rvm/gems/ruby-1.8.7-p370@clutch/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:14:in `each'
from /home/adrian/.rvm/gems/ruby-1.8.7-p370@clutch/gems/rspec-1.3.2/lib/spec/runner/example_group_runner.rb:14:in `load_files'
from /home/adrian/.rvm/gems/ruby-1.8.7-p370@clutch/gems/rspec-1.3.2/lib/spec/runner/options.rb:134:in `run_examples'
from /home/adrian/.rvm/gems/ruby-1.8.7-p370@clutch/gems/rspec-1.3.2/lib/spec/runner/command_line.rb:9:in `run'
from /home/adrian/.rvm/gems/ruby-1.8.7-p370@clutch/gems/rspec-1.3.2/bin/spec:5
rake aborted!
Command /home/adrian/.rvm/rubies/ruby-1.8.7-p370/bin/ruby -I"lib:lib:spec" "/home/adrian/.rvm/gems/ruby-1.8.7-p370@clutch/gems/rspec-1.3.2/bin/spec" "spec/unit/git_data/utils_spec.rb" "spec/unit/git_data/credentials_spec.rb" "spec/unit/git_data/git_data_spec.rb" "spec/unit/routes/trackers_spec.rb" "spec/unit/routes/clutch_spec.rb" "spec/unit/routes/pages_spec.rb" "spec/unit/routes/users_spec.rb" "spec/unit/routes/mobile_spec.rb" "spec/unit/routes/admin_spec.rb" "spec/unit/routes/changes_spec.rb" "spec/unit/routes/help_spec.rb" "spec/unit/routes/static_spec.rb" "spec/unit/routes/api_spec.rb" "spec/unit/routes/projects_spec.rb" "spec/unit/routes/credit_cards_spec.rb" "spec/unit/routes/tracked_projects_spec.rb" "spec/unit/routes/subscriptions_spec.rb" "spec/unit/routes/demo_spec.rb" "spec/unit/routes/charts_spec.rb" "spec/unit/clutch/systems_spec.rb" "spec/unit/clutch/helpers_session_spec.rb" "spec/unit/clutch/model_guestable_spec.rb" "spec/unit/clutch/resque_tools_spec.rb" "spec/unit/clutch/billable/credit_card_unit_spec.rb" "spec/unit/clutch/billable/payment_gateway/credit_card_unit_spec.rb" "spec/unit/clutch/billable/payment_gateway/subscription_unit_spec.rb" "spec/unit/clutch/billable/payment_gateway/customer_unit_spec.rb" "spec/unit/clutch/billable/subscription_unit_spec.rb" "spec/unit/clutch/billable/customer_unit_spec.rb" "spec/unit/clutch/clutch_json_spec.rb" "spec/unit/clutch/billable_spec.rb" "spec/unit/clutch/model_performable_spec.rb" "spec/unit/clutch/tracker_authorization_spec.rb" "spec/unit/clutch/helpers_spec.rb" "spec/unit/models/git_tracker_spec.rb" "spec/unit/models/change_spec.rb" "spec/unit/models/project_spec.rb" "spec/unit/models/authorization_spec.rb" "spec/unit/models/tracked_project_spec.rb" "spec/unit/models/scheduler_spec.rb" "spec/unit/models/ticket_master_tracker_spec.rb" "spec/unit/models/user_spec.rb" "spec/unit/models/tracker_spec.rb" "spec/unit/models/ticket_spec.rb" failed
Tasks: TOP => spec:unit
(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