Source: show | on GitHub
# File actionpack/test/controller/params_wrapper_test.rb, line 12 def assert_parameters(expected) assert_equal expected, self.class.controller_class.last_parameters end
# File actionpack/test/controller/params_wrapper_test.rb, line 6 def with_default_wrapper_options(&block) @controller.class._wrapper_options = {:format => [:json]} @controller.class.inherited(@controller.class) yield end