class Cucumber::Configuration

def step_defs_to_load

def step_defs_to_load
  all_files_to_load.reject { |f| f =~ /\/support\// }
end