class Cucumber::Core::Test::Case

def with_around_hooks(around_hooks)

def with_around_hooks(around_hooks)
  self.class.new(test_steps, source, around_hooks)
end