I've just upgraded to Rails 4, and I have started using strong parameters over protected attributes. I typically tested a models protected attributes using unit tests, but I am unsure how to test now that this functionality has been moved to the controller.
I am using rspec for testing. Any advice would be great.