module RSpec::Rails::HelperExampleGroup::InstanceMethods

def helper

mixed in, along with any of the built-in rails helpers.
Returns an instance of ActionView::Base with the helper being specified
def helper
  _view.tap {|v| v.assign(_assigns)}
end