hello,

when running rake spec, I'm getting a stack trace similar to the one
mentioned in this ticket, which has been resolved:

http://rspec.lighthouseapp.com/projects/5645/tickets/237

but from what I understood, if the project is using rspec 1.1.3 (as is
the case with mine), this shouldn't be happening?

here's the stack-trace:

rake aborted!
Command ruby -I"/Users/oliver/Sites/portfolio/vendor/plugins/rspec/lib"
"/Users/oliver/Sites/portfolio/vendor/plugins/rspec/bin/spec"
"spec/controllers/categories_controller_spec.rb"
"spec/controllers/categories_routing_spec.rb"
"spec/controllers/sessions_controller_spec.rb"
"spec/controllers/users_controller_spec.rb"
"spec/controllers/works_controller_spec.rb"
"spec/controllers/works_routing_spec.rb"
"spec/helpers/categories_helper_spec.rb"
"spec/helpers/works_helper_spec.rb" "spec/models/category_spec.rb"
"spec/models/image_spec.rb" "spec/models/user_spec.rb"
"spec/models/work_spec.rb"
"spec/views/categories/edit.html.erb_spec.rb"
"spec/views/categories/index.html.erb_spec.rb"
"spec/views/categories/new.html.erb_spec.rb"
"spec/views/categories/show.html.erb_spec.rb"
"spec/views/works/edit.html.erb_spec.rb"
"spec/views/works/index.html.erb_spec.rb"
"spec/views/works/new.html.erb_spec.rb"
"spec/views/works/show.html.erb_spec.rb" --options
"/Users/oliver/Sites/portfolio/spec/spec.opts" failed
/Users/oliver/Sites/portfolio/vendor/plugins/rspec/lib/spec/rake/spectask.rb:184:in
`define'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1003:in
`verbose'
/Users/oliver/Sites/portfolio/vendor/plugins/rspec/lib/spec/rake/spectask.rb:153:in
`define'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in
`call'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in
`execute'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in
`each'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in
`execute'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:508:in
`invoke_with_call_chain'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in
`synchronize'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in
`invoke_with_call_chain'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:494:in
`invoke'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1931:in
`invoke_task'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in
`top_level'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in
`each'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in
`top_level'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in
`standard_exception_handling'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1903:in
`top_level'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1881:in
`run'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in
`standard_exception_handling'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1878:in
`run'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/lib/ruby/gems/1.8/gems/rake-0.8.1/bin/rake:31
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/bin/rake:19:in
`load'
/Applications/Locomotive2/Bundles/custom_rails2.locobundle/framework/bin/rake:19
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to