Hello, Let's say we mock our User objects in controllers. Then we change attr_accessible in user.rb. Model tests break, controller do not.
You fix the model ones and go on thinking everything is ok when it's not (the controllers are broken). Even with technique in http://www.ruby-forum.com/topic/128149 you would only be testing if attr_accessible gets called. It wouldn't show you places in your controllers where you need to change that mass assignment to attribute assignment. Any ideas how to prevent it? -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users