Hey Guys,

I'm getting the following error:

1)
NameError in 'ProductsController with a GET to /products NO NAME (Because of Error raised in matcher)'
uninitialized constant Spec::Mocks::BaseExpectation::AnyArgsConstraint
/Users/mattlins/Projects/RailsProjects/SWNetworkServices/vendor/plugins/rspec_on_rails/lib/spec/rails/dsl/behaviour/render_observer.rb:86:in `expect_render_mock_proxy' /Users/mattlins/Projects/RailsProjects/SWNetworkServices/vendor/plugins/rspec_on_rails/lib/spec/rails/dsl/behaviour/render_observer.rb:84:in `call' /Users/mattlins/Projects/RailsProjects/SWNetworkServices/vendor/plugins/rspec_on_rails/lib/spec/rails/dsl/behaviour/render_observer.rb:84:in `expect_render_mock_proxy' /Users/mattlins/Projects/RailsProjects/SWNetworkServices/vendor/plugins/rspec_on_rails/lib/spec/rails/dsl/behaviour/controller.rb:67:in `render'
./spec/controllers/products_controller_spec.rb:6:
script/spec:4:

The line of code responsible is:

get "index"

This is actually the first controller spec I've written, so I'm really lost.

Any Ideas?

Thanks,

Matt Lins
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to