Hi, I have a Rails app that uses xss_terminate to sanitize the user input before it gets saved to the DB. In my specs when I call @product.should be_valid or @product.save, I get the following error message: -- NoMethodError in 'Creating a product with all necessary attributes should be valid' undefined method `empty?' for Mon Feb 02 16:59:00 +0100 2009:Time --
The other error messages are related to xss_terminate source code. Has anyone had any trouble in specing models that are sanitized by xss_terminate? Best regards, -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users