Skip to content

Instantly share code, notes, and snippets.

@knowuh
Created October 15, 2009 15:15
Show Gist options
  • Save knowuh/211021 to your computer and use it in GitHub Desktop.
Save knowuh/211021 to your computer and use it in GitHub Desktop.
(npaessel@R2D2)-(jobs:0)-(~/lab/ruby/rigse)
(! 9036)-> rake spec SPEC=spec/routing/dataservice/bundle_contents_routing_spec.rb
(in /Users/npaessel/lab/ruby/rigse)
running Admin::Project.create_or_update_default_project_from_settings_yml
loading test environment
running Admin::Project.create_or_update_default_project_from_settings_yml
You have a nil object when you didn't expect it!
The error occurred while evaluating nil.maven_jnlp_families
the database or some required models in the database don't exist ... run migrations, load a database schema, or create resources
not running Admin::Project.create_or_update_default_project_from_settings_yml
(In a test environment factory girl should create these resources for you)
Loading default data set... done.
unable to establish connection for ccportal (models/ccportal/ccportal)
FFFFFFFFFFFFFF
1)
ActionController::RoutingError in 'Dataservice::BundleContentsController route recognition generates params for #index'
No route matches "/dataservice_bundle_contents" with {:method=>:get}
./spec/routing/dataservice/bundle_contents_routing_spec.rb:36:
2)
ActionController::RoutingError in 'Dataservice::BundleContentsController route recognition generates params for #new'
No route matches "/dataservice_bundle_contents/new" with {:method=>:get}
./spec/routing/dataservice/bundle_contents_routing_spec.rb:40:
3)
ActionController::RoutingError in 'Dataservice::BundleContentsController route recognition generates params for #create'
No route matches "/dataservice_bundle_contents" with {:method=>:post}
./spec/routing/dataservice/bundle_contents_routing_spec.rb:44:
4)
ActionController::RoutingError in 'Dataservice::BundleContentsController route recognition generates params for #show'
No route matches "/dataservice_bundle_contents/1" with {:method=>:get}
./spec/routing/dataservice/bundle_contents_routing_spec.rb:48:
5)
ActionController::RoutingError in 'Dataservice::BundleContentsController route recognition generates params for #edit'
No route matches "/dataservice_bundle_contents/1/edit" with {:method=>:get}
./spec/routing/dataservice/bundle_contents_routing_spec.rb:52:
6)
ActionController::RoutingError in 'Dataservice::BundleContentsController route recognition generates params for #update'
No route matches "/dataservice_bundle_contents/1" with {:method=>:put}
./spec/routing/dataservice/bundle_contents_routing_spec.rb:56:
7)
ActionController::RoutingError in 'Dataservice::BundleContentsController route recognition generates params for #destroy'
No route matches "/dataservice_bundle_contents/1" with {:method=>:delete}
./spec/routing/dataservice/bundle_contents_routing_spec.rb:60:
8)
ActionController::RoutingError in 'Dataservice::BundleContentsController route generation maps #index'
No route matches "/dataservice_bundle_contents" with {:method=>:get}
./spec/routing/dataservice/bundle_contents_routing_spec.rb:6:
9)
ActionController::RoutingError in 'Dataservice::BundleContentsController route generation maps #new'
No route matches "/dataservice_bundle_contents/new" with {:method=>:get}
./spec/routing/dataservice/bundle_contents_routing_spec.rb:10:
10)
ActionController::RoutingError in 'Dataservice::BundleContentsController route generation maps #show'
No route matches "/dataservice_bundle_contents/1" with {:method=>:get}
./spec/routing/dataservice/bundle_contents_routing_spec.rb:14:
11)
ActionController::RoutingError in 'Dataservice::BundleContentsController route generation maps #edit'
No route matches "/dataservice_bundle_contents/1/edit" with {:method=>:get}
./spec/routing/dataservice/bundle_contents_routing_spec.rb:18:
12)
ActionController::RoutingError in 'Dataservice::BundleContentsController route generation maps #create'
No route matches "/dataservice_bundle_contents" with {:method=>:post}
./spec/routing/dataservice/bundle_contents_routing_spec.rb:22:
13)
ActionController::RoutingError in 'Dataservice::BundleContentsController route generation maps #update'
No route matches "/dataservice_bundle_contents/1" with {:method=>:put}
./spec/routing/dataservice/bundle_contents_routing_spec.rb:26:
14)
ActionController::RoutingError in 'Dataservice::BundleContentsController route generation maps #destroy'
No route matches "/dataservice_bundle_contents/1" with {:method=>:delete}
./spec/routing/dataservice/bundle_contents_routing_spec.rb:30:
Finished in 0.500553 seconds
14 examples, 14 failures
rake aborted!
Command /opt/local/bin/ruby -I"/Users/npaessel/.gem/ruby/1.8/gems/rspec-1.2.7/lib" "/Users/npaessel/.gem/ruby/1.8/gems/rspec-1.2.7/bin/spec" "spec/routing/dataservice/bundle_contents_routing_spec.rb" --options "/Users/npaessel/lab/ruby/rigse/spec/spec.opts" failed
(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