class Spec::Rails::Example::HelperExampleGroup

def protect_against_forgery?

When that is done, remove this method
TODO: BT - Helper Examples should proxy method_missing to a Rails View instance.
def protect_against_forgery?
  false
end