recapcha

protected "reject" method firing with Rails 3 RC, Mongoid, and Recaptcha and RSpec

Please bear with me as I'm a bit new to rails (especially rails 3), and I'm kinda stumped by this. Basically I want to test my CustomersController in my application using RSpec. When I execute my specs trying to perform a post to the create action in my controller, I get this error, and I'm not sure why: 1) CustomersController as gues...