module Grape::Testing::RunBeforeEach

def run

def run
  self.class.run_before_each(self)
  super
end