- Ryan’s Scraps: Testing Rails Controllers with Nested Parameters — Because you’re passing in a mock representation of the real HTTP parameters, you don’t want to use the string versions of the parameters but actually set the parameter hash directly. Duh. So, when your controller is expecting a nested hash keyed off t
Tagged as: ruby rails rubyonrails functional testing controller