class Cucumber::Core::Test::Case

def with_steps(test_steps)

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