module ControllerExampleGroupBehaviour

def self.included(mod)

def self.included(mod)
  mod.before { @_result = Struct.new(:add_assertion).new }
end