class Cucumber::Cli::Configuration

def step_defs_to_load

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